ColumnBase.GetVisibleIndex(DependencyObject) Method
In This Article
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
[Browsable(false)]
public static int GetVisibleIndex(
DependencyObject element
)
#Parameters
Name | Type | Description |
---|---|---|
element | Dependency |
The element from which the property value is read. |
#Returns
Type | Description |
---|---|
Int32 | The Column |
See Also