Class DataGridRow
Inheritance
System.Object
DataGridRow
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 DataGridRow : Control, IAutomationPeer, IPeerConverter, IDataGridRow, IControl, IFrameworkElement, ITargetElement
Constructors
DataGridRow()
Declaration
public DataGridRow()
Fields
AlternationIndexProperty
Declaration
public static AutomationProperty AlternationIndexProperty
Field Value
DetailsVisibilityProperty
Declaration
public static AutomationProperty DetailsVisibilityProperty
Field Value
IsEditingProperty
IsSelectedProperty
Properties
AlternationIndex
Declaration
public int AlternationIndex { get; set; }
Property Value
System.
|
CellElements
Declaration
public IList<IDataGridCell> CellElements { get; }
Property Value
System.
|
Implements
DataGridCellsPresenter
Declaration
public virtual FrameworkElement DataGridCellsPresenter { get; }
Property Value
DetailsVisibility
IsEditing
Declaration
public bool IsEditing { get; set; }
Property Value
System.
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.
|
RowData
Declaration
public string[] RowData { get; }
Property Value
System.
|
Implements
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
Automation
|
Overrides
Implements
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|