SimplifiedModeSettings.GetLocation(DependencyObject) Method
Gets the value of the Location XAML attached proeprty.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Core.v25.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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