Class GroupAreaAppearence
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GroupAreaAppearence : Appearence
Constructors
GroupAreaAppearence()
Declaration
public GroupAreaAppearence()
Fields
DragDropIndicatorBrushProperty
Declaration
public static readonly DependencyProperty DragDropIndicatorBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
DragDropIndicatorOuterBrushProperty
Declaration
public static readonly DependencyProperty DragDropIndicatorOuterBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
GroupAreaBackgroundBrushProperty
Declaration
public static readonly DependencyProperty GroupAreaBackgroundBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
GroupAreaForegroundBrushProperty
Declaration
public static readonly DependencyProperty GroupAreaForegroundBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
GroupCellBorderMarginsProperty
Declaration
public static readonly DependencyProperty GroupCellBorderMarginsProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
GroupCellBordersProperty
Declaration
public static readonly DependencyProperty GroupCellBordersProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
GroupHeaderFontProperty
Declaration
public static readonly DependencyProperty GroupHeaderFontProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
DragDropIndicatorBrush
Gets or Sets the Background for the DragDropIndicator.
Declaration
public Brush DragDropIndicatorBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The drag drop indicator brush. |
DragDropIndicatorOuterBrush
Gets or Sets the Outer Border Brush for the DragDropIndicator.
Declaration
public Brush DragDropIndicatorOuterBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The drag drop indicator outer brush. |
GroupAreaBackgroundBrush
Gets or Sets the background brush for the GroupDropArea.
Declaration
public Brush GroupAreaBackgroundBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The group area background brush. |
GroupAreaForegroundBrush
Gets or Sets the foreground brush for the GroupDropArea’s text.
Declaration
public Brush GroupAreaForegroundBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The group area foreground brush. |
GroupCellBorderMargins
Gets or Sets the CellMargin information for the grouped header cell in the GroupDropArea.
Declaration
public CellMarginsInfo GroupCellBorderMargins { get; set; }
Property Value
Type | Description |
---|---|
CellMarginsInfo | The group cell border margins. |
GroupCellBorders
Gets or Sets the CellBorder information for the grouped header cell in the GroupDropArea.
Declaration
public CellBordersInfo GroupCellBorders { get; set; }
Property Value
Type | Description |
---|---|
CellBordersInfo | The group cell borders. |
GroupHeaderFont
Gets or Sets the Font information for the grouped header cell in the GroupDropArea.
Declaration
public GridFontInfo GroupHeaderFont { get; set; }
Property Value
Type | Description |
---|---|
GridFontInfo | The group header font. |