WPF

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

    Show / Hide Table of Contents

    Class HeaderAppearence

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

    Constructors

    HeaderAppearence()

    Declaration
    public HeaderAppearence()

    Fields

    ColumnOptionsButtonBackgroundProperty

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

    ColumnOptionsButtonBorderBrushProperty

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

    ColumnOptionsCloseButtonBrushProperty

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

    ColumnOptionsPopupBackgroundProperty

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

    ColumnOptionsPopupForegroundProperty

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

    FilterButtonAppliedBrushProperty

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

    FilterButtonHoverInnerBrushProperty

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

    FilterButtonHoverOuterBrushProperty

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

    FilterButtonInnerBrushProperty

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

    FilterButtonOuterBrushProperty

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

    HeaderBackgroundBrushProperty

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

    HeaderCellBordersProperty

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

    HeaderFontProperty

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

    HeaderForegroundBrushProperty

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

    HeaderHoverBackgroundBrushProperty

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

    HeaderHoverForegroundBrushProperty

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

    HeaderInnerBorderProperty

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

    HeaderInnerBorderThicknessProperty

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

    HeaderOptionsBorderBrushProperty

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

    HeaderOptionsCheckedBackgroundProperty

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

    HeaderOptionsHoverBackgroundProperty

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

    HeaderTextMarginsProperty

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

    SortWidgetBrushProperty

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

    Properties

    ColumnOptionsButtonBackground

    Gets or Sets the background brush for the column options icon.

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

    The column options button background.

    ColumnOptionsButtonBorderBrush

    Gets or Sets the border brush for the column options icon.

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

    The column options button border brush.

    ColumnOptionsCloseButtonBrush

    Gets or sets the column options close button brush.

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

    The column options close button brush.

    ColumnOptionsPopupBackground

    Gets or Sets the background brush for the column options popup.

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

    The column options popup background.

    ColumnOptionsPopupForeground

    Gets or Sets the foreground brush for the column options popup.

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

    The column options popup foreground.

    FilterButtonAppliedBrush

    Gets or Sets the background brush of the filter icon when the filter is applied.

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

    The filter button applied brush.

    FilterButtonHoverInnerBrush

    Gets or Sets the hover background brush for the Filter icon.

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

    The filter button hover inner brush.

    FilterButtonHoverOuterBrush

    Gets or Sets the hover border brush for the Filter icon.

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

    The filter button hover outer brush.

    FilterButtonInnerBrush

    Gets or Sets the background brush for the Filter icon.

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

    The filter button inner brush.

    FilterButtonOuterBrush

    Gets or Sets the border brush for the Filter icon.

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

    The filter button outer brush.

    HeaderBackgroundBrush

    Gets or Sets the background brush for the Header cell.

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

    The header background brush.

    HeaderCellBorders

    Gets or Sets the Cell border information for the Header cell area.

    Declaration
    public CellBordersInfo HeaderCellBorders { get; set; }
    Property Value
    Type Description
    CellBordersInfo

    The header cell borders.

    HeaderFont

    Gets or Sets the font information of the Header cell.

    Declaration
    public GridFontInfo HeaderFont { get; set; }
    Property Value
    Type Description
    GridFontInfo

    The header font.

    HeaderForegroundBrush

    Gets or Sets the foreground brush for the Header cell.

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

    The header foreground brush.

    HeaderHoverBackgroundBrush

    Gets or Sets the hover background brush for the Header cell.

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

    The header hover background brush.

    HeaderHoverForegroundBrush

    Gets or Sets the hover foreground brush for the Header cell.

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

    The header hover foreground brush.

    HeaderInnerBorder

    Gets the header control's border which says as inner border's brush for all directions.

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

    The header inner border.

    HeaderInnerBorderThickness

    Gets the header control's border which says as inner border's thickness for all directions.

    Declaration
    public Thickness HeaderInnerBorderThickness { get; set; }
    Property Value
    Type Description
    System.Windows.Thickness

    The header inner border thickness.

    HeaderOptionsBorderBrush

    Gets or Sets the border brush for the options of header cell control such as sort icon, filter icon and column options icon.

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

    The header options border brush.

    HeaderOptionsCheckedBackground

    Gets or Sets the background brush for the options of header cell control such as sort icon, filter icon and column options icon when it is checked.

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

    The header options checked background.

    HeaderOptionsHoverBackground

    Gets or Sets the hover background brush for the options of header cell control such as sort icon, filter icon and column options icon.

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

    The header options hover background.

    HeaderTextMargins

    Gets or Sets the text margins of the Header cell.

    Declaration
    public CellMarginsInfo HeaderTextMargins { get; set; }
    Property Value
    Type Description
    CellMarginsInfo

    The header text margins.

    SortWidgetBrush

    Gets or Sets the brush for the sort icon.

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

    The sort widget brush.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved