GridViewCell
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class GridViewCell : Control, IAutomationPeer, IPeerConverter, IGridViewCell, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlGridViewCell...
Implements:
Inherited Members
Constructors
C#
public GridViewCell()
Properties
C#
public ComboBox ComboBoxEditor { get; }
C#
public HyperlinkButton HyperLinkButton { get; }
C#
public bool IsContentValid { get; set; }
C#
public bool IsEditable { get; set; }
C#
public bool IsInEditMode { get; set; }
C#
public bool IsSelected { get; set; }
C#
public TextBlock TextBlockEditor { get; }
C#
public override string ToolTipText { get; }
Overrides:
Implements: