Skip to main content

LayoutGroup.GetIndex(DependencyObject) Method

Gets 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 int GetIndex(
    DependencyObject dObj
)

Parameters

Name Type Description
dObj DependencyObject

An object whose value of the LayoutGroup.Index property is to be returned.

Returns

Type Description
Int32

The value of the LayoutGroup.Index property for a specific object.

See Also