Interface IGridViewCell
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IGridViewCell : IControl, IFrameworkElement, ITargetElement
Properties
Index
Declaration
int Index { get; }
Property Value
System.Int32
|
IsContentValid
Declaration
bool IsContentValid { get; set; }
Property Value
System.Boolean
|
IsCurrent
Declaration
bool IsCurrent { get; set; }
Property Value
System.Boolean
|
IsEditable
Declaration
bool IsEditable { get; set; }
Property Value
System.Boolean
|
IsInEditMode
Declaration
bool IsInEditMode { get; set; }
Property Value
System.Boolean
|