ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / HeaderTemplateCell Class / Title Property






In This Topic
    Title Property (HeaderTemplateCell)
    In This Topic
    Text will appear in this area
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Title As System.String
    'Usage
     
    
    Dim instance As HeaderTemplateCell
    Dim value As System.String
     
    value = instance.Title
    public System.string Title {get;}
    public read-only property Title: System.String; 
    public function get Title : System.String
    public: __property System.string* get_Title();
    public:
    property System.String^ Title {
       System.String^ get();
    }
    See Also