Class GridAppearanceSettings
Defines the class that holds the grid appearance settings for serialization.
Inheritance
Implements
Inherited Members
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 |
|
AllowResizeRows
Gets or sets a value indicating whether to allow row resizing.
Declaration
public bool AllowResizeRows { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
AllowSelection
Gets or sets a value indicating whether the selection is allowed.
Declaration
public bool AllowSelection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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. |