Inheritance
System.Object
GridTreeHeaderCellControl
Assembly: Syncfusion.Grid.Wpf.dll
public class GridTreeHeaderCellControl : Control
Constructors
Declaration
public GridTreeHeaderCellControl()
Fields
Declaration
public static readonly DependencyProperty ContentDataTemplateProperty
Field Value
Type |
System.Windows.DependencyProperty |
Header Hover Background Brush
Declaration
public static readonly DependencyProperty HoverBackgroundProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty HoverForegroundProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public const double MinimumWidth = 25
Field Value
DependencyProperty for SortBrush.
Declaration
public static readonly DependencyProperty SortBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
DependencyProperty for SortDirection.
Declaration
public static readonly DependencyProperty SortDirectionProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty SortPathProperty
Field Value
Type |
System.Windows.DependencyProperty |
DependencyProperty for SortVisibility.
Declaration
public static readonly DependencyProperty SortVisibilityProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty SortWidgetBorderBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty SortWidgetBorderHoverBackgroundBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
DependencyProperty for Text.
Declaration
public static readonly DependencyProperty TextProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
Gets or sets the custom data template.
Declaration
public DataTemplate ContentDataTemplate { get; set; }
Property Value
Type |
Description |
System.Windows.DataTemplate |
The custom data template.
|
Declaration
public Brush HoverBackground { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Header Hover Foreground Brush
Declaration
public Brush HoverForeground { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public bool IsInSuspend { get; }
Property Value
Declaration
public ContentPresenter PART_ContentPresenter { get; }
Property Value
Type |
System.Windows.Controls.ContentPresenter |
Declaration
public GridRenderStyleInfo RenderStyle { get; }
Property Value
Gets or sets the brush value for the Sort Widget.
Declaration
public Brush SortBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public ListSortDirection SortDirection { get; set; }
Property Value
Type |
System.ComponentModel.ListSortDirection |
Declaration
public Geometry SortPath { get; set; }
Property Value
Type |
System.Windows.Media.Geometry |
Gets or sets whether if the Sort Widget has to be shown.
Declaration
public Visibility SortVisibility { get; set; }
Property Value
Type |
System.Windows.Visibility |
Dependency Property for SortWidgetBorder Brush
Declaration
public Brush SortWidgetBorderBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public Brush SortWidgetBorderHoverBackgroundBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
The text.
|
Methods
Declaration
public override void OnApplyTemplate()