ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Tile Class / HeaderText Property






In This Topic
    HeaderText Property (Tile)
    In This Topic
    Gets or sets the tile header title.
    Syntax
    'Declaration
     
    
    Public Property HeaderText As System.String
    'Usage
     
    
    Dim instance As Tile
    Dim value As System.String
     
    instance.HeaderText = value
     
    value = instance.HeaderText
    public System.string HeaderText {get; set;}
    public read-write property HeaderText: System.String; 
    public function get,set HeaderText : System.String
    public: __property System.string* get_HeaderText();
    public: __property void set_HeaderText( 
       System.string* value
    );
    public:
    property System.String^ HeaderText {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also