SimplifiedModeSettings.SetLocation(DependencyObject, Nullable<SimplifiedModeLocation>) Method
In This Article
Sets the value of the Location XAML attached property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static void SetLocation(
DependencyObject obj,
SimplifiedModeLocation? value
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
A Dependency |
value | Nullable<Simplified |
The property value to set. |
#Remarks
Use the GetLocation(DependencyObject) method to get the value of the Location XAML attached property.
See Also