VGridFormatRule.QueryAppearance(BaseRow, Int32) Method
In This Article
Returns the appearance settings to apply to a specific cell.
Namespace: DevExpress.XtraVerticalGrid.StyleFormatConditions
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public AppearanceObject QueryAppearance(
BaseRow row,
int recordIndex
)
#Parameters
Name | Type | Description |
---|---|---|
row | Base |
The row that contains the cell. |
record |
Int32 | An integer value that identifies the record containing the cell. |
#Returns
Type | Description |
---|---|
Appearance |
An object with appearance settings to apply to a specific cell. |
See Also