ASP.NET Core 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 System.Boolean
    'Usage
     
    
    Dim instance As TableStyle
    Dim value As System.Boolean
     
    value = instance.IsBuiltIn
    public System.bool IsBuiltIn {get;}
    public read-only property IsBuiltIn: System.Boolean; 
    public function get IsBuiltIn : System.boolean
    public: __property System.bool get_IsBuiltIn();
    public:
    property System.bool IsBuiltIn {
       System.bool 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