Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public virtual bool AllowSelectItem { get; set; }

Property Value

Type Default Description
Boolean true

true if items can be selected; otherwise false.

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