Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[DefaultValue(false)]
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