[]
Gets or sets the format string of the header.
[Browsable(true)]
[TypeConverter(typeof(HeaderFormatTypeConverter))]
public string HeaderFormat { get; set; }
<Browsable(True)>
<TypeConverter(GetType(HeaderFormatTypeConverter))>
Public Property HeaderFormat As String
Type | Description |
---|---|
string | A string value that indicates the format of the header.
|
The header text is displayed using the format specified by this property when the UseHeaderFormat property is true.