Assigns the editor settings to the specified editor.
Namespace:DevExpress.Xpf.Editors
Assembly:DevExpress.Xpf.Core.v18.1.dll

Syntax
C# |
public override void ApplyToEdit(
BaseEdit editor
)
|
VB |
Overrides Public Sub ApplyToEdit(
ByVal editor As BaseEdit
)
|
Parameters
-
editor
-
Type: BaseEdit
A BaseEdit class descendant that is the target editor.

See Also