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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Grid

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.

Inheritance

See Also