Class GridAppearanceSettings
The class will holds the appearance settings of the grid.
Inheritance
Namespace: Syncfusion.Olap.UWP.Reports
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class GridAppearanceSettings : Object
  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 | 
  | 
      
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 | 
  | 
      
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.  |