SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.clearValues  method

It removes all property values which have been explicitly set in this style object. 

The style property value which has not been explicitly specified will inherit the value of style object or Grid Style Sheet which has been specified as parent. 

function clearValues ();
Returns
Void
Code -1
    column.styles().clearValues();
See Also
clearValue
hasValue
Styles Overview
Examples
Column Styles