UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridStyles - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridStyles

    This class will holds the Grid Styles for its appearance.

    Inheritance
    System.Object
    GridStyles
    Namespace: Syncfusion.Olap.UWP.Reports
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class GridStyles : Object

    Constructors

    GridStyles()

    Declaration
    public GridStyles()

    Properties

    ColumnHeaderBackground

    Gets or sets the background of column headers.

    Declaration
    public string ColumnHeaderBackground { get; set; }
    Property Value
    Type Description
    System.String

    The background of column headers.

    ColumnHeaderForeground

    Gets or sets the foreground of column headers.

    Declaration
    public string ColumnHeaderForeground { get; set; }
    Property Value
    Type Description
    System.String

    The foreground of column headers.

    ColumnSummaryBackground

    Gets or sets the background of summary columns.

    Declaration
    public string ColumnSummaryBackground { get; set; }
    Property Value
    Type Description
    System.String

    The background of summary columns.

    ColumnSummaryForeground

    Gets or sets the foreground of summary columns.

    Declaration
    public string ColumnSummaryForeground { get; set; }
    Property Value
    Type Description
    System.String

    The foreground of summary columns.

    GridLineStroke

    Gets or sets the stroke of grid lines.

    Declaration
    public string GridLineStroke { get; set; }
    Property Value
    Type Description
    System.String

    The stroke of grid lines.

    GridLineThickness

    Gets or sets the stroke thickness of grid lines.

    Declaration
    public double GridLineThickness { get; set; }
    Property Value
    Type Description
    System.Double

    The stroke thickness of grid lines.

    HeaderCellFontFamily

    Gets or sets the font family of values in header cells.

    Declaration
    public string HeaderCellFontFamily { get; set; }
    Property Value
    Type Description
    System.String

    The font family of values in header cells.

    HeaderCellFontSize

    Gets or sets the font size of values in header cells.

    Declaration
    public double HeaderCellFontSize { get; set; }
    Property Value
    Type Description
    System.Double

    The font size of values in header cells.

    RowHeaderBackground

    Gets or sets the background of row headers.

    Declaration
    public string RowHeaderBackground { get; set; }
    Property Value
    Type Description
    System.String

    The background of row headers.

    RowHeaderForeground

    Gets or sets the foreground of row headers.

    Declaration
    public string RowHeaderForeground { get; set; }
    Property Value
    Type Description
    System.String

    The foreground of row headers.

    RowSummaryBackground

    Gets or sets the background of summary rows.

    Declaration
    public string RowSummaryBackground { get; set; }
    Property Value
    Type Description
    System.String

    The background of summary rows.

    RowSummaryForeground

    Gets or sets the foreground of summary rows.

    Declaration
    public string RowSummaryForeground { get; set; }
    Property Value
    Type Description
    System.String

    The foreground of summary rows.

    SummaryCellFontFamily

    Gets or sets the font family of values in summary cells.

    Declaration
    public string SummaryCellFontFamily { get; set; }
    Property Value
    Type Description
    System.String

    The font family of values in summary cells.

    SummaryCellFontSize

    Gets or sets the font size of values in summary cells.

    Declaration
    public double SummaryCellFontSize { get; set; }
    Property Value
    Type Description
    System.Double

    The font size of values in summary cells.

    ValueCellBackground

    Gets or sets the background of value cells.

    Declaration
    public string ValueCellBackground { get; set; }
    Property Value
    Type Description
    System.String

    The background of value cells.

    ValueCellFontFamily

    Gets or sets the font family of values in value cells.

    Declaration
    public string ValueCellFontFamily { get; set; }
    Property Value
    Type Description
    System.String

    The font family of values in value cells.

    ValueCellFontSize

    Gets or sets the font size of values in value cells.

    Declaration
    public double ValueCellFontSize { get; set; }
    Property Value
    Type Description
    System.Double

    The font size of values in value cells.

    ValueCellFontStyle

    Gets or sets the font style of values in value cells.

    Declaration
    public string ValueCellFontStyle { get; set; }
    Property Value
    Type Description
    System.String

    The font style of values in value cells.

    ValueCellForeground

    Gets or sets the foreground of value cells.

    Declaration
    public string ValueCellForeground { get; set; }
    Property Value
    Type Description
    System.String

    The foreground of value cells.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved