Skip to main content
A newer version of this page is available. .

RibbonControl.SetAllowAddingToToolbar(DependencyObject, Boolean) Method

Sets the local value of the RibbonControl.AllowAddingToToolbar dependency property on the specified DependencyObject.

Namespace: DevExpress.Xpf.Ribbon

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

Declaration

public static void SetAllowAddingToToolbar(
    DependencyObject obj,
    bool value
)

Parameters

Name Type Description
obj DependencyObject

A DependencyObject whose dependency property should be set.

value Boolean

The new local value.

See Also