ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Control Class / IsTemplate Property






In This Topic
    IsTemplate Property (Control)
    In This Topic
    Gets or sets a boolean value which indicates whether transfer this control to template mode.
    Syntax
    'Declaration
     
    
    <C1IgnoreAttribute()>
    Public Property IsTemplate As System.Boolean
    'Usage
     
    
    Dim instance As Control
    Dim value As System.Boolean
     
    instance.IsTemplate = value
     
    value = instance.IsTemplate
    [C1Ignore()]
    public System.bool IsTemplate {get; set;}
    public read-write property IsTemplate: System.Boolean; 
    C1IgnoreAttribute()
    public function get,set IsTemplate : System.boolean
    [C1Ignore()]
    public: __property System.bool get_IsTemplate();
    public: __property void set_IsTemplate( 
       System.bool value
    );
    [C1Ignore()]
    public:
    property System.bool IsTemplate {
       System.bool get();
       void set (    System.bool value);
    }
    See Also