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

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.v19.2.dll

Declaration

public static bool GetAllowAddingToToolbar(
    DependencyObject obj
)

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