Back to Devexpress

GetCustomRowCellStyleEventArgs Class

windowsforms-devexpress-dot-xtraverticalgrid-dot-events.md

latest3.0 KB
Original Source

GetCustomRowCellStyleEventArgs Class

Provides data for the VGridControlBase.RecordCellStyle event.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public class GetCustomRowCellStyleEventArgs :
    RowCellEventArgs
vb
Public Class GetCustomRowCellStyleEventArgs
    Inherits RowCellEventArgs

GetCustomRowCellStyleEventArgs is the data class for the following events:

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.

Inheritance

Object EventArgs RowEventArgs RowCellEventArgs GetCustomRowCellStyleEventArgs

See Also

GetCustomRowCellStyleEventArgs Members

RecordCellStyle

Customizing Appearances of Individual Cells

DevExpress.XtraVerticalGrid.Events Namespace