Class ExportingGridStyleInfo
Represents the style information for grid cells.
Inheritance
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public class ExportingGridStyleInfo : Object
Constructors
ExportingGridStyleInfo()
Initializes a new instance of the ExportingGridStyleInfo class.
Declaration
public ExportingGridStyleInfo()
Fields
fontFamily
Gets or sets the list of font family names.
Declaration
public List<string> fontFamily
Field Value
Type |
---|
System.Collections.Generic.List<System.String> |
fontStyle
Gets or sets the list of font styles.
Declaration
public List<string> fontStyle
Field Value
Type |
---|
System.Collections.Generic.List<System.String> |
Properties
CellBackgroundColor
Gets or sets the Background color of the value cell.
Declaration
public Color CellBackgroundColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
CellFontColor
Gets or sets the font color of the grid cell.
Declaration
public Color CellFontColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
CellFontName
Gets or sets the font name of the grid cell.
Declaration
public string CellFontName { get; set; }
Property Value
Type |
---|
System.String |
CellFontSize
Gets or sets the font size of the grid cell.
Declaration
public double CellFontSize { get; set; }
Property Value
Type |
---|
System.Double |
CellFontStyle
Gets or sets the font style of the grid cell.
Declaration
public string CellFontStyle { get; set; }
Property Value
Type |
---|
System.String |
CellForegroundColor
Gets or sets the foreground color of the value cell.
Declaration
public Color CellForegroundColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
GridBackColor
Gets or sets the background color of the grid.
Declaration
public Color GridBackColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
GridlineColor
Gets or sets the color of the grid line.
Declaration
public Color GridlineColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
GridlineThickness
Gets or sets the thickness of the grid line.
Declaration
public double GridlineThickness { get; set; }
Property Value
Type |
---|
System.Double |
HeaderBackgroundColor
Gets or sets the background color of the header.
Declaration
public Color HeaderBackgroundColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
HeaderFontName
Gets or sets the font name of the header.
Declaration
public string HeaderFontName { get; set; }
Property Value
Type |
---|
System.String |
HeaderFontSize
Gets or sets the font size of the header.
Declaration
public double HeaderFontSize { get; set; }
Property Value
Type |
---|
System.Double |
HeaderFontStyle
Gets or sets the font style of the header.
Declaration
public string HeaderFontStyle { get; set; }
Property Value
Type |
---|
System.String |
HeaderForegroundColor
Gets or sets the foreground color of the header.
Declaration
public Color HeaderForegroundColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
HeaderRowBackgroundColor
Gets or sets the background color of the row header.
Declaration
public Color HeaderRowBackgroundColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
HeaderRowForegroundColor
Gets or sets the foreground color of the row header.
Declaration
public Color HeaderRowForegroundColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
SummaryCellBackgroundColor
Gets or sets the background color of the summary cell.
Declaration
public Color SummaryCellBackgroundColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
SummaryCellForegroundColor
Gets or sets the foreground color of the summary cell.
Declaration
public Color SummaryCellForegroundColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
SummaryColumnBackgroundColor
Gets or sets the background color of the summary column.
Declaration
public Color SummaryColumnBackgroundColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
SummaryColumnForegroundColor
Gets or sets the foreground color of the summary column.
Declaration
public Color SummaryColumnForegroundColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
SummaryFontName
Gets or sets the font name of the summary text.
Declaration
public string SummaryFontName { get; set; }
Property Value
Type |
---|
System.String |
SummaryFontSize
Gets or sets the font size of the summary text.
Declaration
public double SummaryFontSize { get; set; }
Property Value
Type |
---|
System.Double |
SummaryFontStyle
Gets or sets the font style of the summary text.
Declaration
public string SummaryFontStyle { get; set; }
Property Value
Type |
---|
System.String |
SummaryHeaderBackgroundColor
Gets or sets the background color of the summary header.
Declaration
public Color SummaryHeaderBackgroundColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
SummaryHeaderForegroundColor
Gets or sets the foreground color of the summary header.
Declaration
public Color SummaryHeaderForegroundColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
SummaryRowBackgroundColor
Gets or sets the background color of the summary row.
Declaration
public Color SummaryRowBackgroundColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
SummaryRowForegroundColor
Gets or sets the foreground color of the summary row.
Declaration
public Color SummaryRowForegroundColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
ValueTextColor
Gets or sets the font color of the value text.
Declaration
public Color ValueTextColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
Methods
LoadStyles()
Loads the default styles of grid cells.
Declaration
public void LoadStyles()