SMART datagrid v.1 > Classes > ToastOptions
DataLudi.ToastOptions.message property
The text which will be displayed in Toast View.
If do not specify this value or it is empty, the toast will not be displayed.
Defaults to null.
- Getter
- function message(): String
- Setter
- function setMessage(value: String)
- See Also
- visible
- styles
- styleName
- OperateOptions.sortingToast
- OperateOptions.filteringToast
- OperateOptions.groupingToast
- GridBase.showToast
- GridBase.hideToast
- Examples
- Toast View
- Column Sorting
- Column Filtering
- Row Grouping