WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExpanderAppearence

    Show / Hide Table of Contents

    Class ExpanderAppearence

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

    Constructors

    ExpanderAppearence()

    Declaration
    public ExpanderAppearence()

    Fields

    MinusPathProperty

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

    PlusMinusButtonBackgroundProperty

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

    PlusMinusButtonBorderBrushProperty

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

    PlusMinusButtonForegroundProperty

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

    PlusMinusCaptionSelectedButtonBackgroundProperty

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

    PlusMinusCaptionSelectedButtonBorderBrushProperty

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

    PlusMinusCaptionSelectedButtonForegroundProperty

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

    PlusMinusExpandedButtonBackgroundProperty

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

    PlusMinusExpandedButtonBorderBrushProperty

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

    PlusMinusExpandedButtonForegroundProperty

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

    PlusMinusHoverButtonBackgroundProperty

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

    PlusMinusHoverButtonBorderBrushProperty

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

    PlusMinusHoverButtonForegroundProperty

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

    PlusPathProperty

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

    Properties

    MinusPath

    Gets or Sets the Vector path of Expaned Parent and the Group Caption rows

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

    The minus path.

    PlusMinusButtonBackground

    Gets or sets the background brush for the default Expander icon(i.e. In Clopsed state)

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

    The plus minus button background.

    PlusMinusButtonBorderBrush

    Gets or sets the border brush for the default Expander icon (i.e. In Clopsed state)

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

    The plus minus button border brush.

    PlusMinusButtonForeground

    Gets or sets the foreground brush for the default Expander icon (i.e. In Clopsed state)

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

    The plus minus button foreground.

    PlusMinusCaptionSelectedButtonBackground

    Gets or sets the plus minus caption selected button background.

    Declaration
    [Obsolete]
    public Brush PlusMinusCaptionSelectedButtonBackground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    The plus minus caption selected button background.

    PlusMinusCaptionSelectedButtonBorderBrush

    Gets or sets the plus minus caption selected button border brush.

    Declaration
    [Obsolete]
    public Brush PlusMinusCaptionSelectedButtonBorderBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    The plus minus caption selected button border brush.

    PlusMinusCaptionSelectedButtonForeground

    Gets or sets the plus minus caption selected button foreground.

    Declaration
    [Obsolete]
    public Brush PlusMinusCaptionSelectedButtonForeground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    The plus minus caption selected button foreground.

    PlusMinusExpandedButtonBackground

    Gets or sets the background brush for the default expanded Expander icon

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

    The plus minus expanded button background.

    PlusMinusExpandedButtonBorderBrush

    Gets or sets the border brush for the default expanded Expander icon

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

    The plus minus expanded button border brush.

    PlusMinusExpandedButtonForeground

    Gets or sets the foreground brush for the default expanded Expander icon

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

    The plus minus expanded button foreground.

    PlusMinusHoverButtonBackground

    Gets or sets the Hover background brush for the default Expander icon(i.e. In Clopsed state)

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

    The plus minus hover button background.

    PlusMinusHoverButtonBorderBrush

    Gets or sets the Hover border brush for the default Expander icon (i.e. In Clopsed state)

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

    The plus minus hover button border brush.

    PlusMinusHoverButtonForeground

    Gets or sets the Hover foreground brush for the default Expander icon (i.e. In Clopsed state)

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

    The plus minus hover button foreground.

    PlusPath

    Gets or Sets the Vector path of Clopsed Parent and the Group Caption rows

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

    The plus path.

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