Vixen
02b45cc4
csharp
public sealed class DataCell

One cell.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (6)

  • 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 DataColumn? Column

    Which column it is in, or null if it is parked.

  • public object? Item

    Which item it is showing.

  • public UiElement Label

    The default text, hidden when a template is in charge.

  • public TextBox? Editor

    The field shown while the cell is being edited.

Methods (1)

  • protected override void OnCreated()

    Builds whatever this element is made of, once, as it joins a document.

Used by (4)

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