Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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