Class
RulerTextFormattingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class RulerTextFormattingEventArgs : EventArgs

Inheritance: objectEventArgsRulerTextFormattingEventArgs

Inherited Members EventArgs.Empty

Constructors

RulerTextFormattingEventArgs(string, RulerTextFormattingContext, DateTime)

Declaration

cs-api-definition
public RulerTextFormattingEventArgs(string text, RulerTextFormattingContext context, DateTime time)

Parameters

text

string

context

RulerTextFormattingContext

time

DateTime

Properties

Context

Gets the context of the current operation.

Declaration

cs-api-definition
public RulerTextFormattingContext Context { get; }

Property Value

RulerTextFormattingContext

Text

Gets or sets the text that will be drawn.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

Time

Gets the time which will be formatted.

Declaration

cs-api-definition
public DateTime Time { get; }

Property Value

DateTime