Skip to main content
A newer version of this page is available. .
All docs
V22.1

GridFormatRule.QueryAppearance(GridColumn, Int32) Method

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v22.1.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public AppearanceObject QueryAppearance(
    GridColumn column,
    int rowHandle
)

Parameters

Name Type
column GridColumn
rowHandle Int32

Returns

Type
AppearanceObject
See Also