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