Format of a text in the time ruler for the Day or HorizontalWeek view. Sample formats: ''MM.y'' HH:mm, HH:mm.

Namespace:  C1.Web.UI.Controls.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Appearance")]
[BindableAttribute(false)]
[DefaultValueAttribute("")]
public string TimeRulerFormat { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Appearance")> _
<BindableAttribute(False)> _
<DefaultValueAttribute("")> _
Public Property TimeRulerFormat As String
	Get
	Set

See Also