Class TimeTableVisualElement
Inheritance
System.Object
TimeTableVisualElement
Inherited Members
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.UI.dll
Syntax
public class TimeTableVisualElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
TimeTableVisualElement()
Declaration
public TimeTableVisualElement()
Fields
ActiveProperty
SelectedProperty
Properties
Active
Declaration
public bool Active { get; set; }
Property Value
System.Boolean
|
Selected
Declaration
public bool Selected { get; set; }
Property Value
System.Boolean
|
Time
Declaration
public DateTime Time { get; set; }
Property Value
System.DateTime
|
Methods
InitializeFields()
Declaration
protected override void InitializeFields()