Interface IListCurrentData
Namespace: Telerik.Windows.Controls.GanttView.Internal
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public interface IListCurrentData : INotifyPropertyChanged
Properties
CurrentItemIndex
Declaration
int CurrentItemIndex { get; set; }
Property Value
System.Int32
|
ItemsCount
Declaration
int ItemsCount { get; }
Property Value
System.Int32
|