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

GetCustomRowCellStyleEventArgs Class

Provides data for the VGridControlBase.RecordCellStyle event.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v18.1.dll

Declaration

public class GetCustomRowCellStyleEventArgs :
    RowCellEventArgs

Remarks

The VGridControlBase.RecordCellStyle event enables you to apply styles for individual cells. It fires for each individual cell identifying the cell’s position using the GetCustomRowCellStyleEventArgs object’s RowEventArgs.Row, RowCellEventArgs.RecordIndex and RowCellEventArgs.CellIndex properties. The style for the currently processed cell can be specified using the GetCustomRowCellStyleEventArgs.Appearance property.

Refer to the Assigning Styles to Individual Cells topic for details.

The following code snippets (auto-collected from DevExpress Examples) contain references to the GetCustomRowCellStyleEventArgs class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
EventArgs
RowEventArgs
RowCellEventArgs
GetCustomRowCellStyleEventArgs
See Also