New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public class RulerTextFormattingEventArgs : EventArgs

Inheritance: objectEventArgsRulerTextFormattingEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public RulerTextFormattingEventArgs(string text, RulerTextFormattingContext context, DateTime time)
Parameters:textstringcontextRulerTextFormattingContexttimeDateTime

Properties

Gets the context of the current operation.

C#
public RulerTextFormattingContext Context { get; }

Gets or sets the text that will be drawn.

C#
public string Text { get; set; }

Gets the time which will be formatted.

C#
public DateTime Time { get; }