Class OlapGridExpandHyperlinkCellModel
This cell allows the user to drill up and down through the OLAP data also it has an ability to render itself as a hyperlink control
Inheritance
System.Object
OlapGridExpandHyperlinkCellModel
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public class OlapGridExpandHyperlinkCellModel : GridCellModel<OlapGridExpandHyperlinkCellRenderer>, IDisposable
Constructors
OlapGridExpandHyperlinkCellModel()
Declaration
public OlapGridExpandHyperlinkCellModel()
Methods
CalculatePreferredCellSize(Int32, Int32, GridStyleInfo, GridQueryBounds)
Calculates the preferred size of the cell based on its contents, including margins and any buttons.
Declaration
public override Size CalculatePreferredCellSize(int rowIndex, int colIndex, GridStyleInfo style, GridQueryBounds queryBounds)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | rowIndex | The row index. |
| System.Int32 | colIndex | The column index. |
| GridStyleInfo | style | The GridStyleInfo object that holds cell information. |
| GridQueryBounds | queryBounds | Vertical or horizontal |
Returns
| Type | Description |
|---|---|
| System.Windows.Size | The optimal size of the cell. |
Overrides
GetFormattedText(GridStyleInfo, Object, Int32)
Gets the formatted text.
Declaration
public override string GetFormattedText(GridStyleInfo style, object value, int textInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| GridStyleInfo | style | The style. |
| System.Object | value | The value. |
| System.Int32 | textInfo | The text info. |
Returns
| Type |
|---|
| System.String |
Overrides
Implements
System.IDisposable