Back to Devexpress

LayoutControl.EnabledStateController Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-252f801b.md

latest1.6 KB
Original Source

LayoutControl.EnabledStateController Property

Gets an object that calculates the enabled states for layout items based on the enabled states of layout groups and controls.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public EnabledStateController EnabledStateController { get; set; }
vb
<Browsable(False)>
Public Property EnabledStateController As EnabledStateController

Property Value

TypeDescription
DevExpress.XtraLayout.Helpers.EnabledStateController

An DevExpress.XtraLayout.Helpers.EnabledStateController object.

|

Remarks

The enabled state of layout items is dependant upon the enabled states of the LayoutControl, parent groups, and the layout items’ controls. The EnabledStateController property returns a helper object that calculates a layout item’s enabled state. Generally there is no need to use this property directly from your code.

See Also

Enabled

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace