Skip to main content
All docs
V26.1
  • SimplifiedModeSettings.GetLocation(DependencyObject) Method

    Gets the value of the Location XAML attached proeprty.

    Namespace: DevExpress.Xpf.Ribbon

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