RibbonControl.SetAllowAddingToToolbar(DependencyObject, Boolean) Method
In This Article
Sets the local 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 void SetAllowAddingToToolbar(
DependencyObject obj,
bool value
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
A Dependency |
value | Boolean | The new local value. |
See Also