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