Table of Contents

Class DataCellStyleEventArgs

Namespace: FastReport.Olap.Controls
Assembly: FastCube.WinForms.dll

Event arguments for data cell style event.

public class DataCellStyleEventArgs : EventArgs

Inheritance

objectEventArgsDataCellStyleEventArgs

Constructors

DataCellStyleEventArgs(MeasureCell, CellState, Style)

Creates a new instance.

public DataCellStyleEventArgs(MeasureCell cell, CellState cs, Style style)

Parameters

cell MeasureCell

cs CellState

style Style

Properties

Cell

Gets the cell.

public MeasureCell Cell { get; }

Property Value

MeasureCell

CellState

Gets the cell state.

public CellState CellState { get; }

Property Value

CellState

Style

Gets style.

public Style Style { get; }

Property Value

Style