Interface ISchedulerRecyclableElement
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public interface ISchedulerRecyclableElement
Properties
Class
Declaration
string Class { get; set; }
Property Value
System.String
|
ThemeRole
Declaration
string ThemeRole { get; set; }
Property Value
System.String
|
Methods
Attach(SchedulerView, Object)
Declaration
void Attach(SchedulerView view, object context)
Parameters
SchedulerView
view
|
System.Object
context
|