Skip to main content

TileControl.AllowDisabledStateIndication Property

Gets or sets whether the disabled state of the TileControl is indicated in a specific manner.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowDisabledStateIndication { get; set; }

Property Value

Type Default Description
Boolean true

true if the disabled state of the TileControl is indicated in a specific manner; otherwise, false.

See Also