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

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.v18.2.Core.dll

Declaration

public static int GetGridColumn(
    DependencyObject obj
)

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