BaseGallery.ClearSelectionOnClickEmptySpace Property
Gets or sets whether the current selection is cleared when clicking the empty space.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(false)]
[DXCategory("Behavior")]
public bool ClearSelectionOnClickEmptySpace { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | A Boolean value that specifies whether the current selection is cleared when clicking the empty space. |
Remarks
To allow items to be checked/selected and specify item selection mode, use the BaseGallery.ItemCheckMode property.
See Also