Class GridDataStyleManager
Inheritance
System.Object
GridDataStyleManager
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataStyleManager : DependencyObject
Constructors
GridDataStyleManager()
Declaration
public GridDataStyleManager()
Fields
ColumnAppearenceProperty
Declaration
public static readonly DependencyProperty ColumnAppearenceProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ExpanderAppearenceProperty
Declaration
public static readonly DependencyProperty ExpanderAppearenceProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
GroupAreaAppearenceProperty
Declaration
public static readonly DependencyProperty GroupAreaAppearenceProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
HeaderAppearenceProperty
Declaration
public static readonly DependencyProperty HeaderAppearenceProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
NestedGridAppearanceProperty
Declaration
public static readonly DependencyProperty NestedGridAppearanceProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
RowAppearenceProperty
Declaration
public static readonly DependencyProperty RowAppearenceProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ValueCellAppearanceProperty
Declaration
public static readonly DependencyProperty ValueCellAppearanceProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
ColumnAppearence
Gets or sets the column appearence.
Declaration
public ColumnAppearence ColumnAppearence { get; set; }
Property Value
Type | Description |
---|---|
ColumnAppearence | The column appearence. |
ExpanderAppearence
Gets or sets the expander appearence.
Declaration
public ExpanderAppearence ExpanderAppearence { get; set; }
Property Value
Type | Description |
---|---|
ExpanderAppearence | The expander appearence. |
GroupAreaAppearence
Gets or sets the group area appearence.
Declaration
public GroupAreaAppearence GroupAreaAppearence { get; set; }
Property Value
Type | Description |
---|---|
GroupAreaAppearence | The group area appearence. |
HeaderAppearence
Gets or sets the header appearence.
Declaration
public HeaderAppearence HeaderAppearence { get; set; }
Property Value
Type | Description |
---|---|
HeaderAppearence | The header appearence. |
NestedGridAppearance
Declaration
public NestedGridAppearance NestedGridAppearance { get; set; }
Property Value
Type |
---|
NestedGridAppearance |
RowAppearence
Gets or sets the row appearence.
Declaration
public RowAppearence RowAppearence { get; set; }
Property Value
Type | Description |
---|---|
RowAppearence | The row appearence. |
ValueCellAppearance
Gets or sets the value cell appearance.
Declaration
public ValueCellAppearance ValueCellAppearance { get; set; }
Property Value
Type | Description |
---|---|
ValueCellAppearance | The value cell appearance. |