ClassDataGridCell
Class
Wraps a Silverlight DataGridCell.
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class DataGridCell : ContentControl, IAutomationPeer, IPeerConverter, IDataGridCell, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlDataGridCell
Implements:
Inherited Members
Constructors
DataGridCell()
Declaration
cs-api-definition
public DataGridCell()
Fields
IsValidProperty
Declaration
cs-api-definition
public static AutomationProperty IsValidProperty
Field Value
Properties
CellText
Return the cell text if any, else empty string. In case of multiple text blocks concatenates all the text.
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.