Skip to main content

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
dObj DependencyObject

An object whose LayoutGroup.Index attached property is to be set.

index Int32

A new value of the LayoutGroup.Index attached property for the specified object.

See Also