StiListBoxHelper Class
Namespace: Stimulsoft.Dashboard.Components.ListBox
Methods
| Method | Returns | Description |
|---|---|---|
FetchDefaultUserFilters static |
List |
|
FetchItems static |
StiListBoxItem[] | |
Format static |
string | |
GetKeyMeterExpression static |
string | |
GetKeyMeterIndex static |
int | |
GetNameMeterIndex static |
int | |
IsBlank static |
bool |
Method Details
FetchDefaultUserFilters static
FetchDefaultUserFilters(listBoxElement: StiListBoxElement): List
Parameters
- listBoxElement (StiListBoxElement)
Returns List
FetchItems static
FetchItems(listBoxElement: StiListBoxElement, dataTable: StiDataTable, showBlanks: bool): StiListBoxItem[]
Parameters
- listBoxElement (StiListBoxElement)
- dataTable (StiDataTable)
- showBlanks (bool)
Returns StiListBoxItem[]
Format static
Format(listBoxElement: StiListBoxElement, value: object): string
Parameters
- listBoxElement (StiListBoxElement)
- value (object)
Returns string
GetKeyMeterExpression static
GetKeyMeterExpression(listBoxElement: StiListBoxElement): string
Parameters
- listBoxElement (StiListBoxElement)
Returns string
GetKeyMeterIndex static
GetKeyMeterIndex(table: StiDataTable): int
Parameters
- table (StiDataTable)
Returns int
GetNameMeterIndex static
GetNameMeterIndex(table: StiDataTable): int
Parameters
- table (StiDataTable)
Returns int
IsBlank static
IsBlank(data: object): bool
Parameters
- data (object)
Returns bool