FetchStyle Property (C1DisplayColumn)
In This Topic
Gets or sets a value indicating whether the FetchCellStyle event will be raised for a column.
Syntax
'Declaration
Public Property FetchStyle As System.Boolean
public System.bool FetchStyle {get; set;}
See Also