Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public BaseEdit Control { get; }

Property Value

Type Description
BaseEdit

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

See Also