Skip to main content
A newer version of this page is available. .

TileBar.AllowItemSelection Property

Gets or sets whether items can be selected.

Namespace: DevExpress.Xpf.Navigation

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

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