RibbonControl.GetAllowAddingToToolbar(DependencyObject) Method
Returns the current effective value of the RibbonControl.AllowAddingToToolbar dependency property on the specified DependencyObject.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | A DependencyObject whose dependency property value should be returned. |
Returns
Type | Description |
---|---|
Boolean | The current effective value of the RibbonControl.AllowAddingToToolbar dependency property. |
See Also