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

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.v19.2.dll

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