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

VGridFormatRule.QueryAppearance(BaseRow, Int32) Method

Namespace: DevExpress.XtraVerticalGrid.StyleFormatConditions

Assembly: DevExpress.XtraVerticalGrid.v22.1.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

public AppearanceObject QueryAppearance(
    BaseRow row,
    int recordIndex
)

Parameters

Name Type
row BaseRow
recordIndex Int32

Returns

Type
AppearanceObject
See Also