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

In This Topic
    ControlStyle Property (C1BaseField)
    In This Topic
    Gets the style of any Web server controls contained by the C1BaseField object.
    Syntax
    'Declaration
     
    Public ReadOnly Property ControlStyle As System.Web.UI.WebControls.TableItemStyle
    public System.Web.UI.WebControls.TableItemStyle ControlStyle {get;}
    See Also