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.v25.2.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| control | Control | A Control object to remove from the list of owners of the current settings. |
See Also