[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDownCalendar.HeaderFormat

HeaderFormat Property

HeaderFormat

Gets or sets the format string of the header.

Declaration
[Browsable(true)]
[TypeConverter(typeof(HeaderFormatTypeConverter))]
public string HeaderFormat { get; set; }
<Browsable(True)>
<TypeConverter(GetType(HeaderFormatTypeConverter))>
Public Property HeaderFormat As String
Property Value
Type Description
string

A string value that indicates the format of the header.
The default is MMMM yyy.

Remarks

The header text is displayed using the format specified by this property when the UseHeaderFormat property is true.