Header Property (AccordionPane)
In This Topic
Gets or sets the selector string to determine AccordionPane's header element.
Syntax
'Declaration
Public Property Header As System.String
'Usage
Dim instance As AccordionPane
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