GroupStyle.HidesIfEmpty Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui indique si les éléments correspondant à des groupes vides doivent être affichés.
public:
property bool HidesIfEmpty { bool get(); void set(bool value); };
bool HidesIfEmpty();
void HidesIfEmpty(bool value);
public bool HidesIfEmpty { get; set; }
var boolean = groupStyle.hidesIfEmpty;
groupStyle.hidesIfEmpty = boolean;
Public Property HidesIfEmpty As Boolean
<GroupStyle HidesIfEmpty="bool" .../>
Valeur de propriété
Boolean
bool
True pour ne pas afficher les groupes vides ; sinon, false. La valeur par défaut est false.