TileBar.AllowItemSelection Property
In This Article
Gets or sets whether items can be selected.
Namespace: DevExpress.Xpf.Navigation
Assembly: DevExpress.Xpf.Controls.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, if items can be selected; otherwise, false. |
#Remarks
This property allows you to specify whether items in the current TileBar can be selected. The selected item is displayed in a frame. In the following picture, the first item is selected.
See Also