WinForms

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

    Show / Hide Table of Contents

    Class GridStyles

    This class will holds the Grid Styles for its appearance.

    Inheritance
    System.Object
    GridStyles
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Olap.Reports
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class GridStyles

    Constructors

    GridStyles()

    Declaration
    public GridStyles()

    Properties

    ApplyColumnHeaderStyle

    Gets or sets a value indicating whether to apply styles for column header cells.

    Declaration
    public bool ApplyColumnHeaderStyle { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the styles are applied for column header cells; otherwise, false.

    ApplyHeaderFontStyle

    Gets or sets a value indicating whether to apply font style for header cells.

    Declaration
    public bool ApplyHeaderFontStyle { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the font style is applied for header cells; otherwise, false.

    ApplyRowHeaderStyle

    Gets or sets a value indicating whether to apply styles for row header cells.

    Declaration
    public bool ApplyRowHeaderStyle { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the styles are applied for row header cells; otherwise, false.

    ApplySummaryColumnStyle

    Gets or sets a value indicating whether to apply styles for summary column cells.

    Declaration
    public bool ApplySummaryColumnStyle { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the styles are applied for summary column cells; otherwise, false.

    ApplySummaryHeaderFontStyle

    Gets or sets a value indicating whether to apply font style for summary cells.

    Declaration
    public bool ApplySummaryHeaderFontStyle { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the font style is applied for summary cells; otherwise, false.

    ApplySummaryRowStyle

    Gets or sets a value indicating whether to apply styles for summary row cells.

    Declaration
    public bool ApplySummaryRowStyle { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the styles are applied for summary row cells; otherwise, false.

    ApplyValueCellStyle

    Gets or sets a value indicating whether to apply style for value cells.

    Declaration
    public bool ApplyValueCellStyle { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the style is applied for value cells; otherwise, false.

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved