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

    Assigns the settings which define appearance and behavior to the specified editor.

    Namespace: DevExpress.Xpf.Editors

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public override void ApplyToEdit(
        BaseEdit editor
    )

    Parameters

    Name Type Description
    editor BaseEdit

    A BaseEdit class descendant that is a target editor.

    See Also