Interface IRadGanttView
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadGanttView : IControl, IFrameworkElement, ITargetElement
Properties
FrozenColumns
Declaration
IList<FrameworkElement> FrozenColumns { get; }
Property Value
System.Collections.Generic.IList<FrameworkElement>
|
Rows
ShouldRefreshRows
Declaration
bool ShouldRefreshRows { get; set; }
Property Value
System.Boolean
|
SimpleColumns
Declaration
IList<FrameworkElement> SimpleColumns { get; }
Property Value
System.Collections.Generic.IList<FrameworkElement>
|
Methods
AreOnTheSameRow(FrameworkElement, FrameworkElement)
Declaration
bool AreOnTheSameRow(FrameworkElement firstElement, FrameworkElement secondElement)
Parameters
FrameworkElement
firstElement
|
FrameworkElement
secondElement
|
Returns
System.Boolean
|
IsCellSelected(Int32, Int32)
Declaration
bool IsCellSelected(int row, int col)
Parameters
System.Int32
row
|
System.Int32
col
|
Returns
System.Boolean
|
IsRowSelected(Int32)
Declaration
bool IsRowSelected(int index)
Parameters
System.Int32
index
|
Returns
System.Boolean
|
SelectCell(Int32, Int32)
Declaration
void SelectCell(int row, int col)
Parameters
System.Int32
row
|
System.Int32
col
|
SelectRow(Int32)
Declaration
bool SelectRow(int index)
Parameters
System.Int32
index
|
Returns
System.Boolean
|