SMART datagrid v.1 > Classes
abstract DataLudi.DLBase class
The top base class of all classes which have been contained in SMART datagrid module.
The object of classes which have inherited this class can visit property through path by using getProperty, getProperties, setProperty, setProperties, and if use assign, it can change property values through JSON object.
Please refer to SMART datagrid Class System topic. You do not need to directly create this class object.
- Inherited Classes
- CellIndex, CellRange, CellStyle, ColumnLayout, DataLoader, DataOutputOptions, DefaultFilterHandleRenderer, DefaultSortHandleRenderer, DynamicStyle, DynamicStyleCollection, EditValidation, EditValidationCollection, EventAware, FilterSelectorOptions, GridBaseOptions, GridCell, GridChart, GridColumn, GridExcelExporter, GridExportOptions, GridRow, GridStyleSheet, Holiday, RowGroupLevel, SelectionItem, ToastOptions, TreeDataLoader, TreeDataRow
- Methods
- assign
- getProperties
- getProperty
- setProperties
- setProperty
- toggle
- See Also
- SMART datagrid Class System
- Examples
- Hello Grid