Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public EnabledStateController EnabledStateController { get; set; }

Property Value

Type Description
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