Skip to main content

SimplifiedModeSettings.GetLocation(DependencyObject) Method

Gets the value of the Location XAML attached proeprty.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public static SimplifiedModeLocation? GetLocation(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

A DependencyObject which represents the element name.

Returns

Type Description
Nullable<SimplifiedModeLocation>

The value of the Location XAML attached property on the target element.

Remarks

Use the SetLocation(DependencyObject, Nullable<SimplifiedModeLocation>) method to set the value of the Location XAML attached property.

See Also