WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridTreeHeaderCellControl - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridTreeHeaderCellControl

    Inheritance
    System.Object
    GridTreeHeaderCellControl
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridTreeHeaderCellControl : Control

    Constructors

    GridTreeHeaderCellControl()

    Declaration
    public GridTreeHeaderCellControl()

    Fields

    ContentDataTemplateProperty

    Declaration
    public static readonly DependencyProperty ContentDataTemplateProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    HoverBackgroundProperty

    Header Hover Background Brush

    Declaration
    public static readonly DependencyProperty HoverBackgroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    HoverForegroundProperty

    Declaration
    public static readonly DependencyProperty HoverForegroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    MinimumWidth

    Declaration
    public const double MinimumWidth = 25
    Field Value
    Type Description
    System.Double

    SortBrushProperty

    DependencyProperty for SortBrush.

    Declaration
    public static readonly DependencyProperty SortBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SortDirectionProperty

    DependencyProperty for SortDirection.

    Declaration
    public static readonly DependencyProperty SortDirectionProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SortPathProperty

    Declaration
    public static readonly DependencyProperty SortPathProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SortVisibilityProperty

    DependencyProperty for SortVisibility.

    Declaration
    public static readonly DependencyProperty SortVisibilityProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SortWidgetBorderBrushProperty

    Declaration
    public static readonly DependencyProperty SortWidgetBorderBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SortWidgetBorderHoverBackgroundBrushProperty

    Declaration
    public static readonly DependencyProperty SortWidgetBorderHoverBackgroundBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    TextProperty

    DependencyProperty for Text.

    Declaration
    public static readonly DependencyProperty TextProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    ContentDataTemplate

    Gets or sets the custom data template.

    Declaration
    public DataTemplate ContentDataTemplate { get; set; }
    Property Value
    Type Description
    System.Windows.DataTemplate

    The custom data template.

    HoverBackground

    Declaration
    public Brush HoverBackground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    HoverForeground

    Header Hover Foreground Brush

    Declaration
    public Brush HoverForeground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    IsInSuspend

    Declaration
    public bool IsInSuspend { get; }
    Property Value
    Type Description
    System.Boolean

    PART_ContentPresenter

    Declaration
    public ContentPresenter PART_ContentPresenter { get; }
    Property Value
    Type Description
    System.Windows.Controls.ContentPresenter

    RenderStyle

    Declaration
    public GridRenderStyleInfo RenderStyle { get; }
    Property Value
    Type Description
    GridRenderStyleInfo

    SortBrush

    Gets or sets the brush value for the Sort Widget.

    Declaration
    public Brush SortBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    SortDirection

    Declaration
    public ListSortDirection SortDirection { get; set; }
    Property Value
    Type Description
    System.ComponentModel.ListSortDirection

    SortPath

    Declaration
    public Geometry SortPath { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Geometry

    SortVisibility

    Gets or sets whether if the Sort Widget has to be shown.

    Declaration
    public Visibility SortVisibility { get; set; }
    Property Value
    Type Description
    System.Windows.Visibility

    SortWidgetBorderBrush

    Dependency Property for SortWidgetBorder Brush

    Declaration
    public Brush SortWidgetBorderBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    SortWidgetBorderHoverBackgroundBrush

    Declaration
    public Brush SortWidgetBorderHoverBackgroundBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    Text

    Gets or sets the text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    The text.

    Methods

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved