Class RulerTextFormattingEventArgs
Inheritance
System.Object
System.EventArgs
RulerTextFormattingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class RulerTextFormattingEventArgs : EventArgs
Constructors
RulerTextFormattingEventArgs(String, RulerTextFormattingContext, DateTime)
Declaration
public RulerTextFormattingEventArgs(string text, RulerTextFormattingContext context, DateTime time)
Parameters
System.String
text
|
RulerTextFormattingContext
context
|
System.DateTime
time
|
Properties
Context
Gets the context of the current operation.
Declaration
public RulerTextFormattingContext Context { get; }
Property Value
RulerTextFormattingContext
|
Text
Gets or sets the text that will be drawn.
Declaration
public string Text { get; set; }
Property Value
System.String
|
Time
Gets the time which will be formatted.
Declaration
public DateTime Time { get; }
Property Value
System.DateTime
|