ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / TableStyle Class / IsBuiltIn Property

In This Topic
    IsBuiltIn Property
    In This Topic
    Indicates whether the table style is built-in style.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsBuiltIn As Boolean
    public bool IsBuiltIn {get;}
    Remarks
    The built-in style has the name of "TableStyleLight1" to "TableStyleLight21", "TableStyleMedium1" to "TableStyleMedium28", and "TableStyleDark1" to "TableStyleDark11". Settings of other properties will be ignored for the built-in style.
    See Also