Vixen
02b45cc4
csharp
public sealed class DataRow

One 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 (7)

  • protected override string TagName

    The element name this type answers to when a caller does not choose one.

  • protected override bool AcceptsFocus

    Whether the focus can rest on this kind of control at all.

  • public int Index

    Which row of the view it is, or -1 if parked.

  • public object? Item

    The item, or null for a group header.

  • public object? GroupKey

    The group this row heads, if it heads one.

  • public IReadOnlyList<DataCell> Cells

    The cells, including the parked ones.

  • public UiElement GroupLabel

    The 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 (2)

  • DataGridVixen.Ui.Controls.Advanced
  • DataGridTestsVixen.Ui.Controls.Advanced.Tests