ClassGanttViewIntegrationProvider
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class GanttViewIntegrationProvider : IGanttViewDataProvider, IDisposable
Inheritance: objectGanttViewIntegrationProvider
Implements:
Constructors
GanttViewIntegrationProvider(RadScheduler)
Declaration
cs-api-definition
public GanttViewIntegrationProvider(RadScheduler scheduler)
Parameters
scheduler
Properties
Columns
Declaration
cs-api-definition
public List<GanttViewTextViewColumn> Columns { get; set; }
Property Value
List<GanttViewTextViewColumn>
Implements
LinkDataMember
Declaration
cs-api-definition
public string LinkDataMember { get; }
Property Value
Implements
LinkStartMember
Declaration
cs-api-definition
public string LinkStartMember { get; }
Property Value
Implements
LinkTypeMember
Declaration
cs-api-definition
public string LinkTypeMember { get; }
Property Value
Implements
ProgressMember
Declaration
cs-api-definition
public string ProgressMember { get; }
Property Value
Implements
TaskDataMember
Declaration
cs-api-definition
public string TaskDataMember { get; }
Property Value
Implements
TypeSafeDataSource
Declaration
cs-api-definition
protected GanttIntegrationDataSource<Appointment, GanttViewIntegrationLinkItem<EventId>> TypeSafeDataSource { get; }
Property Value
GanttIntegrationDataSource<Appointment, GanttViewIntegrationLinkItem<EventId>>
Methods
Dispose()
Declaration
cs-api-definition
public void Dispose()
Implements
OnDataItemsListChanged(ListChangedEventArgs)
Declaration
cs-api-definition
protected virtual void OnDataItemsListChanged(ListChangedEventArgs e)
Parameters
e
OnSchedulerAppointmentAdded(AppointmentAddedEventArgs)
Declaration
cs-api-definition
protected virtual void OnSchedulerAppointmentAdded(AppointmentAddedEventArgs e)
Parameters
e
OnSchedulerAppointmentDeleted(SchedulerAppointmentEventArgs)
Declaration
cs-api-definition
protected virtual void OnSchedulerAppointmentDeleted(SchedulerAppointmentEventArgs e)
Parameters
e
UnwireEvents()
Declaration
cs-api-definition
protected virtual void UnwireEvents()
WireEvents()
Declaration
cs-api-definition
protected virtual void WireEvents()