C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / RowStyle Property

In This Topic
RowStyle Property
In This Topic
Gets a reference to the System.Web.UI.WebControls.TableItemStyle object that enables you to set the appearance of the data rows in a C1GridView control.
Syntax
'Declaration
 
Public ReadOnly Property RowStyle As System.Web.UI.WebControls.TableItemStyle
 
Remarks
This property is used to provide a custom style for the items of the C1GridView control.
See Also