RibbonControl.GetAllowAddingToToolbar(DependencyObject) Method
In This Article
Returns the current effective value of the RibbonControl.AllowAddingToToolbar dependency property on the specified DependencyObject.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
public static bool GetAllowAddingToToolbar(
DependencyObject obj
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
A Dependency |
#Returns
Type | Description |
---|---|
Boolean | The current effective value of the Ribbon |
See Also