SMART datagrid v.1 > Classes > ToastOptions

Back  Forward

DataLudi.ToastOptions.duration  property

It specifies the period from displaying to closing Toast View in milliseconds. 

If specify this value as greater than 0, even if do not call GridBase.hideToast, Toast View will be automatically closed after this period. 

Defaults to 0.

Getter
function duration(): Integer
Setter
function setDuration(value: Integer)
See Also
message
visible
OperateOptions.sortingToast
OperateOptions.filteringToast
OperateOptions.groupingToast
GridBase.showToast
GridBase.hideToast
Examples
Toast View
Column Sorting
Column Filtering
Row Grouping