csharp
public sealed class DataRowOne realised row: an item's, or a group's header.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (10)
protected override string TagNameThe element name this type answers to when a caller does not choose one.
protected override bool AcceptsFocusWhether the focus can rest on this kind of control at all.
protected override AccessibleRole NativeRoleThe role this kind of element has when nobody says otherwise.
protected override string? NativeAccessibleNameprotected override AccessibleStates NativeAccessibleStatepublic int IndexWhich row of the view it is, or -1 if parked.
public object? ItemThe item, or null for a group header.
public object? GroupKeyThe group this row heads, if it heads one.
public IReadOnlyList<DataCell> CellsThe cells, including the parked ones.
public UiElement GroupLabelThe label a group header shows instead of cells.
Methods (1)
protected override void OnCreated()Builds whatever this element is made of, once, as it joins a document.
Used by (3)
- AccessibilityTreeTestsVixen.Ui.Controls.Advanced.Tests
- DataGridVixen.Ui.Controls.Advanced
- DataGridTestsVixen.Ui.Controls.Advanced.Tests