[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1TrueDBDropdown.OnFetchRowStyle

OnFetchRowStyle Method

OnFetchRowStyle(FetchRowStyleEventArgs)

Occurs whenever the grid is about to display a row of data and the FetchRowStyles property is True.

Declaration
protected override void OnFetchRowStyle(FetchRowStyleEventArgs e)
Parameters
Type Name Description
FetchRowStyleEventArgs e
Overrides