DataGridRow
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class DataGridRow : Control, IAutomationPeer, IPeerConverter, IDataGridRow, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlDataGridRow...
Implements:
Inherited Members
Constructors
C#
public DataGridRow()
Fields
C#
public static AutomationProperty AlternationIndexProperty
C#
public static AutomationProperty DetailsVisibilityProperty
C#
public static AutomationProperty IsEditingProperty
C#
public static AutomationProperty IsSelectedProperty
Properties
C#
public int AlternationIndex { get; set; }
C#
public IList<IDataGridCell> CellElements { get; }
Implements:
C#
public virtual FrameworkElement DataGridCellsPresenter { get; }
C#
public Visibility DetailsVisibility { get; set; }
C#
public bool IsSelected { get; set; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides:
Implements: