ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Tab Class / Pane Property






In This Topic
    Pane Property (Tab)
    In This Topic
    Gets or sets the selector string to determine tab's content element.
    Syntax
    'Declaration
     
    
    Public Property Pane As System.String
    'Usage
     
    
    Dim instance As Tab
    Dim value As System.String
     
    instance.Pane = value
     
    value = instance.Pane
    public System.string Pane {get; set;}
    public read-write property Pane: System.String; 
    public function get,set Pane : System.String
    public: __property System.string* get_Pane();
    public: __property void set_Pane( 
       System.string* value
    );
    public:
    property System.String^ Pane {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also