RibbonGalleryBarItem.AllowSelectItem Property
Gets or sets a value specifying whether items can be selected within the ribbon gallery bar item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
By default, item selection is allowed and clicking on an item selects it. Note that only one item can be selected within a gallery bar at the same time. Set the AllowSelectItem property to false
to prohibit item selection.
See Also