LayoutGroup.SetIndex(DependencyObject, Int32) Method
In This Article
Sets the value of the LayoutGroup.Index attached property for a specific object.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public static void SetIndex(
DependencyObject dObj,
int index
)
#Parameters
Name | Type | Description |
---|---|---|
d |
Dependency |
An object whose Layout |
index | Int32 | A new value of the Layout |
See Also