Back to Devexpress

TileControl.AllowDisabledStateIndication Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-f4c39949.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowDisabledStateIndication { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Behavior")>
Public Property AllowDisabledStateIndication As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace