WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridAppearanceSettings

    Show / Hide Table of Contents

    Class GridAppearanceSettings

    Defines the class that holds the grid appearance settings for serialization.

    Inheritance
    System.Object
    GridAppearanceSettings
    Implements
    ICloneable<GridAppearanceSettings>
    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 GridAppearanceSettings : ICloneable<GridAppearanceSettings>

    Constructors

    GridAppearanceSettings()

    Initializes a new instance of the GridAppearanceSettings class.

    Declaration
    public GridAppearanceSettings()

    Properties

    AllowResizeColumns

    Gets or sets a value indicating whether to allow column resizing.

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

    true if the columns are allowed to resize; otherwise, false.

    AllowResizeRows

    Gets or sets a value indicating whether to allow row resizing.

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

    true if the rows are allowed to resize; otherwise, false.

    AllowSelection

    Gets or sets a value indicating whether the selection is allowed.

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

    true if the selection is allowed; otherwise, false.

    Background

    Gets or sets the background.

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

    The background.

    FreezeHeader

    Gets or sets a value indicating whether the headers are frozen.

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

    true if the headers are frozen; otherwise, false.

    GridLayout

    Gets or sets the grid layout.

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

    The grid layout.

    GridStyles

    Gets or sets the grid styles.

    Declaration
    public GridStyles GridStyles { get; set; }
    Property Value
    Type Description
    GridStyles

    The grid styles.

    ResizeColumnsToFit

    Gets or sets a value indicating whether to resize columns to fit.

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

    true if the columns are resized to fit; otherwise, false.

    ResizeRowsToFit

    Gets or sets a value indicating whether to resize rows to fit.

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

    true if the rows are resized to fit; otherwise, false.

    ShowHeaderCellTooltip

    Gets or sets a value indicating whether to show the tool-tip for header cells.

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

    true if the tool-tip is shown for header cells; otherwise, false.

    ShowHyperlink

    Gets or sets a value indicating whether to enable hyperlink. (Applicable only for Asp.Net OlapClient).

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

    true if hyperlink is enabled; otherwise, false.

    ShowMemberPropertiesToolTip

    Gets or sets a value indicating whether to show member properties in tool-tip.

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

    true if the member properties are shown in tool-tip; otherwise, false.

    ShowValueCellTooltip

    Gets or sets a value indicating whether to show the tooltip for value cells.

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

    true if the tooltip is shown for value cells; otherwise, false.

    ValueCellHorizontalAlignment

    Gets or sets the horizontal alignment of values in value cells.

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

    The horizontal alignment of values in value cells.

    Methods

    Clone()

    Clones this instance.

    Declaration
    public GridAppearanceSettings Clone()
    Returns
    Type Description
    GridAppearanceSettings

    A copy of this instance.

    Implements

    ICloneable<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved