PermilleFormatter.IsGrouped Property

Definition

Gets or sets whether the integer part of the permillage should be grouped.

public:
 property bool IsGrouped { bool get(); void set(bool value); };
bool IsGrouped();

void IsGrouped(bool value);
public bool IsGrouped { get; set; }
var boolean = permilleFormatter.isGrouped;
permilleFormatter.isGrouped = boolean;
Public Property IsGrouped As Boolean

Property Value

Boolean

bool

True if the integer part of the permillage should be grouped, and false otherwise.

Implements

Applies to