Vixen
02b45cc4
csharp
public sealed class DataHeaderCell

One header, with its sort arrow and the grip that resizes it.

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, or null if parked.

  • public UiElement Label

    The title.

  • public Icon Sort

    The arrow, hidden unless the grid is sorted by this column.

  • public UiElement Grip

    The strip down the right edge that a drag resizes the column by.

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