Skip to main content

TileBar.AllowItemSelection Property

Gets or sets whether items can be selected.

Namespace: DevExpress.Xpf.Navigation

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public bool AllowItemSelection { get; set; }

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.

TileBar_Selected

See Also