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

DataLayoutControl.ControlsManager Property

Gets an object that identifies which editors can be used to edit data of specific types.

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ControlsManager ControlsManager { get; }

#Property Value

Type Description
DevExpress.XtraDataLayout.ControlsManager

A DevExpress.XtraDataLayout.ControlsManager object.

#Remarks

The DataLayoutControl‘s wizard allows an end-user to choose editors to edit specific data source fields. The ControlsManager property returns an object which identifies a set of editors that can be used to edit values of specific data types. Typically, there is no need to use this property directly from your code.

See Also