ColumnBase.GetVisibleIndex(DependencyObject) Method
Gets the value of the ColumnBase.VisibleIndex attached property for a specified DependencyObject.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Parameters
Name | Type | Description |
---|---|---|
element | DependencyObject | The element from which the property value is read. |
Returns
Type | Description |
---|---|
Int32 | The ColumnBase.VisibleIndex property value for the element. |
See Also