Skip to main content
All docs
V26.1
  • SimplifiedModeSettings.SetLocation(DependencyObject, Nullable<SimplifiedModeLocation>) Method

    Sets the value of the Location XAML attached property.

    Namespace: DevExpress.Xpf.Ribbon

    Assembly: DevExpress.Xpf.Core.v26.1.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