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