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.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DataGridCell : ContentControl, IAutomationPeer, IPeerConverter, IDataGridCell, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
DataGridCell()
Declaration
public DataGridCell()
Fields
ColumnProperty
IsEditingProperty
IsReadOnlyProperty
IsSelectedProperty
Properties
CellText
Declaration
public string CellText { get; }
Property Value
System.String
|
Implements
Column
IsEditing
Declaration
public bool IsEditing { get; set; }
Property Value
System.Boolean
|
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.Boolean
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|