Skip to main content

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

NuGet Package: DevExpress.Wpf.Ribbon

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