Skip to main content

RibbonControl.SetAllowAddingToToolbar(DependencyObject, Boolean) Method

In This Article

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v14.2.dll

#Declaration

public static void SetAllowAddingToToolbar(
    DependencyObject obj,
    bool value
)

#Parameters

Name Type
obj DependencyObject
value Boolean
See Also