Text in the cell header.
Namespace: DayPilot.Web.Ui.Events.MonthAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
[ObsoleteAttribute("Please use HeaderHTML instead.")] public string HeaderText { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("Please use HeaderHTML instead.")> _ Public Property HeaderText As String Get Set |
Visual C++ |
---|
public: [ObsoleteAttribute(L"Please use HeaderHTML instead.")] property String^ HeaderText { String^ get (); void set (String^ value); } |