LayoutControl.EnabledStateController Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
An DevExpress. |
#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