Back to Devexpress

DXPropertyEditor.Control Property

expressappframework-devexpress-dot-expressapp-dot-win-dot-editors-dot-dxpropertyeditor.md

latest1.4 KB
Original Source

DXPropertyEditor.Control Property

Provides access to the control that represents the current Property Editor in a UI.

Namespace : DevExpress.ExpressApp.Win.Editors

Assembly : DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public BaseEdit Control { get; }
vb
Public ReadOnly Property Control As BaseEdit

Property Value

TypeDescription
BaseEdit

A DevExpress.XtraEditors.BaseEdit object representing a control used to display the current Property Editor in a UI.

|

See Also

DXPropertyEditor Class

DXPropertyEditor Members

DevExpress.ExpressApp.Win.Editors Namespace