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

RowCellStyleEventArgs Class

Provides data for the GridView.RowCellStyle event.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public class RowCellStyleEventArgs :
    CustomRowCellEventArgs

Remarks

The GridView.RowCellStyle event enables you to provide styles for individual cells. It fires for each individual cell, identifying the cell’s position using the RowCellStyleEventArgs object’s CustomRowCellEventArgs.RowHandle and CustomRowCellEventArgs.Column properties.

To customize the style settings, use the RowCellStyleEventArgs.Appearance property.

RowCellStyleEventArgs objects are automatically created, initialized and passed to GridView.RowCellStyle event handlers.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RowCellStyleEventArgs 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

See Also