Class AxisCellImageIndexEventArgs
Inheritance
System.Object
System.EventArgs
AxisCellImageIndexEventArgs
Namespace: FastReport.Olap.Controls
Assembly: FastReport.Olap.dll
Syntax
public class AxisCellImageIndexEventArgs : EventArgs
Constructors
AxisCellImageIndexEventArgs(CellInfo)
Declaration
public AxisCellImageIndexEventArgs(CellInfo cell)
Parameters
Type | Name | Description |
---|---|---|
CellInfo | cell |
Properties
Cell
Declaration
public CellInfo Cell { get; }
Property Value
Type | Description |
---|---|
CellInfo |
ImageIndex
Declaration
public int ImageIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |