Skip to main content

SimplifiedModeSettings.SetLocation(DependencyObject, Nullable<SimplifiedModeLocation>) Method

Sets the value of the Location XAML attached property.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void SetLocation(
    DependencyObject obj,
    SimplifiedModeLocation? value
)

Parameters

Name Type Description
obj DependencyObject

A DependencyObject which represents the element name.

value Nullable<SimplifiedModeLocation>

The property value to set.

Remarks

Use the GetLocation(DependencyObject) method to get the value of the Location XAML attached property.

See Also