ClassGridViewCell
Represents the RadGridView for Silverlight GridViewCell control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class GridViewCell : Control, IAutomationPeer, IPeerConverter, IGridViewCell, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlGridViewCell
Implements:
Inherited Members
Constructors
GridViewCell()
Declaration
public GridViewCell()
Properties
Checkbox
Get the CheckBox in the AlignmentContentPresenter.
ComboBoxEditor
Get the CheckBox in the AlignmentContentPresenter.
HyperLinkButton
Get the HyperlinkButton in the AlignmentContentPresenter.
Declaration
public HyperlinkButton HyperLinkButton { get; }
Property Value
Image
Get the Image in the AlignmentContentPresenter.
Index
Get the index of the cell.
IsContentValid
Gets whether the GridViewCell content is valid.
IsCurrent
Gets whether the GridViewCell is current.
IsEditable
Gets or sets a value indicating whether the cells of the column are editable.
IsInEditMode
Gets whether the GridViewCell is in edit mode.
IsSelected
Gets or sets a value indicating whether the cell is selected.
TextBlockEditor
Get the TextBlock in the AlignmentContentPresenter.
ToolTipText
Gets the tool tip text.
Declaration
public override string ToolTipText { get; }
Property Value
Overrides
Implements