Skip to main content
A newer version of this page is available. .

ColumnBase.GetVisibleIndex(DependencyObject) Method

Gets the value of the ColumnBase.VisibleIndex attached property for a specified Windows.UI.Xaml.DependencyObject.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

[Browsable(false)]
public static int GetVisibleIndex(
    DependencyObject element
)

Parameters

Name Type Description
element Windows.UI.Xaml.DependencyObject

The element from which the property value is read.

Returns

Type Description
Int32

The ColumnBase.VisibleIndex property value for the element.

See Also