ClassDataGridRow
Wraps a Silverlight DataGridRow.
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
public class DataGridRow : Control, IAutomationPeer, IPeerConverter, IDataGridRow, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlDataGridRow
Implements:
Inherited Members
Constructors
DataGridRow()
Declaration
public DataGridRow()
Fields
AlternationIndexProperty
Declaration
public static AutomationProperty AlternationIndexProperty
Field Value
DetailsVisibilityProperty
Declaration
public static AutomationProperty DetailsVisibilityProperty
Field Value
IsEditingProperty
Declaration
public static AutomationProperty IsEditingProperty
Field Value
IsSelectedProperty
Declaration
public static AutomationProperty IsSelectedProperty
Field Value
Properties
CellElements
Get the cells inside this row.
Declaration
public IList<IDataGridCell> CellElements { get; }
Property Value
Implements
DataGridCellsPresenter
Get the DataGridRow cells presenter element. Please override for custom control template.
Declaration
public virtual FrameworkElement DataGridCellsPresenter { get; }
Property Value
DetailsVisibility
Declaration
public Visibility DetailsVisibility { get; set; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the automation reference to this element.
Declaration
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.