Class OlapGridModel
The GridModel class for OlapGrid
Inherited Members
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public class OlapGridModel : GridModel, IGridVolatileCellStylesHost, IOperationFeedbackProvider, IDisposable
Constructors
OlapGridModel()
Initializes a new instance of the OlapGridModel class.
Declaration
public OlapGridModel()
OlapGridModel(OlapGridBase)
Initializes a new instance of the OlapGridModel class.
Declaration
public OlapGridModel(OlapGridBase grid)
Parameters
Type | Name | Description |
---|---|---|
OlapGridBase | grid | The grid. |
Properties
EndIndex
Gets or sets the end index. Indicats the ending row of the paging grid.
Declaration
public int EndIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The end index. |
Engine
Gets or sets the engine.
Declaration
public PivotEngine Engine { get; set; }
Property Value
Type | Description |
---|---|
PivotEngine | The engine. |
Grid
Gets or sets the grid.
Declaration
public OlapGridBase Grid { get; set; }
Property Value
Type | Description |
---|---|
OlapGridBase | The grid. |
HorizontalHeaderLength
Gets or sets the length of the horizontal header. Assigned from Olap grid base.
Declaration
public int HorizontalHeaderLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The length of the horizontal header. |
PagingEngine
Gets or sets the paging engine. Backup engine of the paging grid.
Declaration
public PivotEngine PagingEngine { get; set; }
Property Value
Type | Description |
---|---|
PivotEngine | The paging engine. |
ShowHeadersOnEachPage
Gets or sets a value indicating whether [show headers on each page].
Declaration
public bool ShowHeadersOnEachPage { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
StartIndex
Gets or sets the start index. Indicates the starting row of the paging grid.
Declaration
public int StartIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The start index. |
VerticalHeaderLength
Gets or sets the length of the vertical header.
Declaration
public int VerticalHeaderLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The length of the vertical header. |
Methods
OnQueryCellInfo(GridQueryCellInfoEventArgs)
Raises the QueryCellInfo event.
Declaration
protected override void OnQueryCellInfo(GridQueryCellInfoEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridQueryCellInfoEventArgs | e | The GridQueryCellInfoEventArgs instance containing the event data. |