ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.MultiRow Namespace / CellGroup Class / Header Property






In This Topic
    Header Property (CellGroup)
    In This Topic
    Group header (shown when the headers are collapsed).
    Syntax
    'Declaration
     
    
    Public Property Header As System.String
    'Usage
     
    
    Dim instance As CellGroup
    Dim value As System.String
     
    instance.Header = value
     
    value = instance.Header
    public System.string Header {get; set;}
    public read-write property Header: System.String; 
    public function get,set Header : System.String
    public: __property System.string* get_Header();
    public: __property void set_Header( 
       System.string* value
    );
    public:
    property System.String^ Header {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also