Class GridViewCell
Inheritance
System.Object
GridViewCell
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class GridViewCell : Control, IAutomationPeer, IPeerConverter, IGridViewCell, IControl, IFrameworkElement, ITargetElement
Constructors
GridViewCell()
Declaration
public GridViewCell()
Properties
Checkbox
ComboBoxEditor
HyperLinkButton
Image
Index
Declaration
public int Index { get; }
Property Value
System.Int32
|
IsContentValid
Declaration
public bool IsContentValid { get; set; }
Property Value
System.Boolean
|
IsCurrent
Declaration
public bool IsCurrent { get; set; }
Property Value
System.Boolean
|
IsEditable
Declaration
public bool IsEditable { get; set; }
Property Value
System.Boolean
|
IsInEditMode
Declaration
public bool IsInEditMode { get; set; }
Property Value
System.Boolean
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Text
Declaration
public override string Text { get; }
Property Value
System.String
|
Overrides
Implements
TextBlockEditor
ToolTipText
Declaration
public override string ToolTipText { get; }
Property Value
System.String
|
Overrides
Implements
Value
Declaration
public object Value { get; set; }
Property Value
System.Object
|
Explicit Interface Implementations
IGridViewCell.Index
IGridViewCell.IsContentValid
Declaration
bool IGridViewCell.IsContentValid { get; set; }
Returns
System.Boolean
|
Implements
IGridViewCell.IsCurrent
Declaration
bool IGridViewCell.IsCurrent { get; set; }
Returns
System.Boolean
|
Implements
IGridViewCell.IsEditable
Declaration
bool IGridViewCell.IsEditable { get; set; }
Returns
System.Boolean
|
Implements
IGridViewCell.IsInEditMode
Declaration
bool IGridViewCell.IsInEditMode { get; set; }
Returns
System.Boolean
|