Class 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 |
---|
System.Windows.DependencyProperty |
PlusMinusButtonBackgroundProperty
Declaration
public static readonly DependencyProperty PlusMinusButtonBackgroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PlusMinusButtonBorderBrushProperty
Declaration
public static readonly DependencyProperty PlusMinusButtonBorderBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PlusMinusButtonForegroundProperty
Declaration
public static readonly DependencyProperty PlusMinusButtonForegroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PlusMinusCaptionSelectedButtonBackgroundProperty
Declaration
public static readonly DependencyProperty PlusMinusCaptionSelectedButtonBackgroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PlusMinusCaptionSelectedButtonBorderBrushProperty
Declaration
public static readonly DependencyProperty PlusMinusCaptionSelectedButtonBorderBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PlusMinusCaptionSelectedButtonForegroundProperty
Declaration
public static readonly DependencyProperty PlusMinusCaptionSelectedButtonForegroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PlusMinusExpandedButtonBackgroundProperty
Declaration
public static readonly DependencyProperty PlusMinusExpandedButtonBackgroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PlusMinusExpandedButtonBorderBrushProperty
Declaration
public static readonly DependencyProperty PlusMinusExpandedButtonBorderBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PlusMinusExpandedButtonForegroundProperty
Declaration
public static readonly DependencyProperty PlusMinusExpandedButtonForegroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PlusMinusHoverButtonBackgroundProperty
Declaration
public static readonly DependencyProperty PlusMinusHoverButtonBackgroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PlusMinusHoverButtonBorderBrushProperty
Declaration
public static readonly DependencyProperty PlusMinusHoverButtonBorderBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PlusMinusHoverButtonForegroundProperty
Declaration
public static readonly DependencyProperty PlusMinusHoverButtonForegroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PlusPathProperty
Declaration
public static readonly DependencyProperty PlusPathProperty
Field Value
Type |
---|
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
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
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
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. |