Skip to main content
All docs
V25.1
  • LookUpEditStyleSettings.ApplyToEdit(BaseEdit) Method

    Assigns the editor settings to the specified editor.

    Namespace: DevExpress.Xpf.Grid.LookUp

    Assembly: DevExpress.Xpf.Grid.v25.1.dll

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public override void ApplyToEdit(
        BaseEdit editor
    )

    Parameters

    Name Type Description
    editor BaseEdit

    A BaseEdit class descendant that is the target editor.

    See Also