ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1BaseField Class / ItemStyle Property

In This Topic
    ItemStyle Property
    In This Topic
    Gets the style properties of the item.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property ItemStyle As System.Web.UI.WebControls.TableItemStyle
    public virtual System.Web.UI.WebControls.TableItemStyle ItemStyle {get;}
    Remarks
    This property is used to provide a custom style for items of the C1GridView component.
    See Also