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
AutomationProperty
|
DetailsVisibilityProperty
Declaration
public static AutomationProperty DetailsVisibilityProperty
Field Value
AutomationProperty
|
IsEditingProperty
IsSelectedProperty
Properties
AlternationIndex
Declaration
public int AlternationIndex { get; set; }
Property Value
System.Int32
|
CellElements
Declaration
public IList<IDataGridCell> CellElements { get; }
Property Value
System.Collections.Generic.IList<IDataGridCell>
|
Implements
DataGridCellsPresenter
Declaration
public virtual FrameworkElement DataGridCellsPresenter { get; }
Property Value
FrameworkElement
|
DetailsVisibility
IsEditing
Declaration
public bool IsEditing { get; set; }
Property Value
System.Boolean
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
RowData
Declaration
public string[] RowData { get; }
Property Value
System.String[]
|
Implements
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|