Skip to main content

TrackBarStyleSettings.ApplyToEdit(BaseEdit) Method

In This Article

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

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public override void ApplyToEdit(
    BaseEdit editor
)

#Parameters

Name Type Description
editor BaseEdit

A BaseEdit class descendant that is a target editor.

See Also