BandBase.GetGridColumn(DependencyObject) Method
Gets the value of the BandBase.GridColumn attached property for the specified object.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | An object whose BandBase.GridColumn attached property’s value is to be returned. |
Returns
Type | Description |
---|---|
Int32 | The value of the BandBase.GridColumn attached property for the specified object. |
See Also