Skip to main content

FontSettings.AddOwner(Control) Method

Adds the specified control to the list of owners of the current settings.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v23.2.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public void AddOwner(
    Control control
)

Parameters

Name Type Description
control Control

A Control object to add to the list of owners of the current settings.

See Also