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

BaseProgressBarStyleSettings.ApplyToEdit(BaseEdit) Method

Assigns the editor settings to the specified editor.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.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