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.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DataGridRow : Control, IAutomationPeer, IPeerConverter, IDataGridRow, IControl, IFrameworkElement, ITargetElement
Constructors
DataGridRow()
Declaration
public DataGridRow()
Fields
DetailsVisibilityProperty
Declaration
public static AutomationProperty DetailsVisibilityProperty
Field Value
AutomationProperty
|
IsValidProperty
Properties
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
IsValid
Declaration
public bool IsValid { 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
|