Class DataGridCell
Inheritance
System.Object
DataGridCell
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DataGridCell : ContentControl, IAutomationPeer, IPeerConverter, IDataGridCell, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
DataGridCell()
Declaration
public DataGridCell()
Fields
IsValidProperty
Properties
CellText
Declaration
public string CellText { get; }
Property Value
System.String
|
Implements
IsValid
Declaration
public bool IsValid { get; set; }
Property Value
System.Boolean
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|