Skip to main content

FontSettings.RemoveOwner(Control) Method

Removes the specified control from 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 RemoveOwner(
    Control control
)

Parameters

Name Type Description
control Control

A Control object to remove from the list of owners of the current settings.

See Also