BaseEditSettings.ApplyToEdit(IBaseEdit, Boolean, IDefaultEditorViewInfo) Method
In This Article
Assigns the editor settings to the specified editor.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public void ApplyToEdit(
IBaseEdit edit,
bool assignEditorSettings,
IDefaultEditorViewInfo defaultViewInfo
)
#Parameters
Name | Type | Description |
---|---|---|
edit | DevExpress. |
A Base |
assign |
Boolean | true to assign the current editor’s settings to the target editor; otherwise, false. |
default |
DevExpress. |
An object implementing the DevExpress. |
See Also