Table of Contents

Class TreeGridHeader

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll

Work in progress.

public class TreeGridHeader : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Inheritance
TreeGridHeader
Implements
Inherited Members

Fields

GroupProperty

Identifies the Group dependency property.

public static readonly DependencyProperty GroupProperty

Field Value

DependencyProperty

TitleProperty

Identifies the Title dependency property.

public static readonly DependencyProperty TitleProperty

Field Value

DependencyProperty

Properties

Group

Gets or sets the column group name.

[Localizability(LocalizationCategory.NeverLocalize)]
public string Group { get; set; }

Property Value

string

Title

Gets or sets the title that will be displayed.

public string Title { get; set; }

Property Value

string

Methods

OnTitleChanged()

This virtual method is called when Title is changed.

protected virtual void OnTitleChanged()