Back to Devexpress

DataLayoutControl.ControlsManager Property

windowsforms-devexpress-dot-xtradatalayout-dot-datalayoutcontrol-63d49d91.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ControlsManager ControlsManager { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property ControlsManager As ControlsManager

Property Value

TypeDescription
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

DataLayoutControl Class

DataLayoutControl Members

DevExpress.XtraDataLayout Namespace