ShowHeader Property (Slicer)
In This Topic
Gets or sets a value indicating whether the control displays the header area with the header string and multi-select/clear buttons.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(True)>
Public Property ShowHeader As System.Boolean
'Usage
Dim instance As Slicer
Dim value As System.Boolean
instance.ShowHeader = value
value = instance.ShowHeader
[System.ComponentModel.DefaultValue(true)]
public System.bool ShowHeader {get; set;}
public read-write property ShowHeader: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public function get,set ShowHeader : System.boolean
[System.ComponentModel.DefaultValue(true)]
public: __property System.bool get_ShowHeader();
public: __property void set_ShowHeader(
System.bool value
);
[System.ComponentModel.DefaultValue(true)]
public:
property System.bool ShowHeader {
System.bool get();
void set ( System.bool value);
}
See Also