menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RowAppearence - API Reference

    Show / Hide Table of Contents

    Class RowAppearence

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

    Constructors

    RowAppearence()

    Declaration
    public RowAppearence()

    Fields

    CurrentCellSelectionBackgroundProperty

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

    CurrentCellSelectionForegroundProperty

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

    GroupCaptionSelectionBackgroundProperty

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

    GroupCaptionSelectionForegroundProperty

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

    HighlightBrushProperty

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

    HighlightSelectionBackgroundProperty

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

    HighlightSelectionForegroundProperty

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

    HoveringGroupCaptionCellBackgroundProperty

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

    HoveringRecordCellBackgroundProperty

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

    HoveringRecordCellForegroundProperty

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

    RowBackgroundProperty

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

    RowHeaderBackgroundProperty

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

    RowHeaderForegroundProperty

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

    RowHeaderIconPathProperty

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

    RowHeaderSelectionBackgroundProperty

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

    SummaryCaptionBackgroundProperty

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

    SummaryCaptionFontProperty

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

    SummaryCaptionForegroundProperty

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

    SummaryRowBackgroundProperty

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

    SummaryRowFontProperty

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

    SummaryRowForegroundProperty

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

    Properties

    CurrentCellSelectionBackground

    Gets or Sets the foreground brush for a selected cell’s foreground in a row.

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

    The current cell selection background.

    CurrentCellSelectionForeground

    Gets or sets the current cell selection foreground.

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

    The current cell selection foreground.

    GroupCaptionSelectionBackground

    Gets or Sets the background brush for the selected group caption row.

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

    The group caption selection background.

    GroupCaptionSelectionForeground

    Gets or Sets the foreground brush for the selected group caption row.

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

    The group caption selection foreground.

    HighlightBrush

    Gets or sets the highlight brush.

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

    The highlight brush.

    HighlightSelectionBackground

    Gets or Sets the background brush for the selected row.

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

    The highlight selection background.

    HighlightSelectionForeground

    Gets or Sets the foreground brush for the selected row.

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

    The highlight selection foreground.

    HoveringGroupCaptionCellBackground

    Gets or Sets the foreground brush for the row where the mouse is pointed.

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

    The hovering group caption cell background.

    HoveringRecordCellBackground

    Gets or Sets the background brush for the row where the mouse is pointed.

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

    The hovering record cell background.

    HoveringRecordCellForeground

    Gets or Sets the foreground brush for the selected row.

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

    The hovering record cell foreground.

    RowBackground

    Gets of Sets the brush for Row background

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

    The row background.

    RowHeaderBackground

    Gets or sets the row header background.

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

    The row header background.

    RowHeaderForeground

    Gets or sets the row header foreground.

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

    The row header foreground.

    RowHeaderIconPath

    Gets or sets the Path that indicating the Current row in Row header.

    Declaration
    public Path RowHeaderIconPath { get; set; }
    Property Value
    Type Description
    System.Windows.Shapes.Path

    The Row Header Icon Path.

    RowHeaderSelectionBackground

    Gets or sets the row header selection background.

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

    The row header selection background.

    SummaryCaptionBackground

    Gets or Sets the background brush for the summary caption row.

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

    The summary caption background.

    SummaryCaptionFont

    Gets or Sets the font information that to be displayed on the summary caption row.

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

    The summary caption font.

    SummaryCaptionForeground

    Gets or Sets the foreground brush for the summary caption row.

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

    The summary caption foreground.

    SummaryRowBackground

    Gets or Sets the background brush for the summary row.

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

    The summary row background.

    SummaryRowFont

    Gets or Sets the font information that to be displayed on the summary row.

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

    The summary row font.

    SummaryRowForeground

    Gets or Sets the foreground brush for the summary row.

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

    The summary row foreground.

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