Compartir a través de


PermilleFormatter.IsGrouped Propiedad

Definición

Obtiene o establece si se debe agrupar la parte entera del permillage.

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

Valor de propiedad

Boolean

bool

True si la parte entera del permillaje debe agruparse y false en caso contrario.

Implementaciones

Se aplica a