Skip to main content
A newer version of this page is available. .

WinPropertyEditor.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.v18.2.dll

Declaration

public Control Control { get; }

Property Value

Type Description
Control

A Control object used to display the current Property Editor in a UI.

Remarks

To see an example on how to use this property, refer to the Access Editor Settings topic.

See Also