ClassDataGridRow
Class
Wraps a Silverlight DataGridRow.
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class DataGridRow : Control, IAutomationPeer, IPeerConverter, IDataGridRow, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlDataGridRow
Implements:
Inherited Members
Constructors
DataGridRow()
Declaration
cs-api-definition
public DataGridRow()
Fields
DetailsVisibilityProperty
Declaration
cs-api-definition
public static AutomationProperty DetailsVisibilityProperty
Field Value
IsValidProperty
Declaration
cs-api-definition
public static AutomationProperty IsValidProperty
Field Value
Properties
CellElements
Get the cells inside this row.
Declaration
cs-api-definition
public IList<IDataGridCell> CellElements { get; }
Property Value
Implements
DataGridCellsPresenter
Get the DataGridRow cells presenter element. Please override for custom control template.
Declaration
cs-api-definition
public virtual FrameworkElement DataGridCellsPresenter { get; }
Property Value
DetailsVisibility
Declaration
cs-api-definition
public Visibility DetailsVisibility { get; set; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the automation reference to this element.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.