RestoreLayoutOptions.GetAddNewPanels(DependencyObject) Method
Returns the RestoreLayoutOptions.AddNewPanels property value for a specific object.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | A DependencyObject whose RestoreLayoutOptions.AddNewPanels property value should be returned. |
Returns
Type | Description |
---|---|
Boolean | A Boolean value specifying the RestoreLayoutOptions.AddNewPanels property value assigned to the specified DependencyObject. null (Nothing in VB) if no value is assigned. |
See Also