Gets the style properties of the item.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[BrowsableAttribute(true)]
[TypeConverterAttribute("C1.Web.UI.Design.C1GridViewObjectConverter, C1.Web.UI.Design.2")]
public override TableItemStyle ItemStyle { get; }
Visual Basic
<BrowsableAttribute(True)> _
<TypeConverterAttribute("C1.Web.UI.Design.C1GridViewObjectConverter, C1.Web.UI.Design.2")> _
Public Overrides ReadOnly Property ItemStyle As TableItemStyle
	Get

Remarks

This property is used to provide a custom style for the items of the C1GridView component.

See Also