TreeGridHeader class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.TreeGridHeader
Modifiers: public
Summary¶
Work in progress.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class TreeGridHeader
class FrameworkElement
FrameworkElement <|-- TreeGridHeader
Inherits from: FrameworkElement
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| Title | Gets or sets the title that will be displayed. |
| Group | Gets or sets the column group name. |
Fields¶
| Name | Summary |
|---|---|
| static TitleProperty | Property for [Title](# |
| static GroupProperty | Property for [Group](# |
Methods¶
| Name | Summary |
|---|---|
| OnTitleChanged | This virtual method is called when [Title](# is changed. |