Back to Devexpress

TileBar.AllowItemSelection Property

wpf-devexpress-dot-xpf-dot-navigation-dot-tilebar-30e6225e.md

latest1.3 KB
Original Source

TileBar.AllowItemSelection Property

Gets or sets whether items can be selected.

Namespace : DevExpress.Xpf.Navigation

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public bool AllowItemSelection { get; set; }
vb
Public Property AllowItemSelection As Boolean

Property Value

TypeDescription
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

TileBar Class

TileBar Members

DevExpress.Xpf.Navigation Namespace