OverviewComponent
12 Sep 20251 minute to read
Overview Component
<ej-overview></ej-overview>Properties
enablePersistence boolean
Enable or disable persisting component’s state between page reloads.
Defaults to false
enableRtl boolean
Enable or disable rendering component in right to left direction.
Defaults to false
height string|number
Defines the height of the overview
Defaults to ‘100%’
locale string
Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.
Defaults to ’’
sourceID string
Defines the ID of the overview
Defaults to ’’
width string|number
Defines the width of the overview
Defaults to ‘100%’
Methods
destroy
To destroy the overview
Returns void
getPersistData
Get the properties to be maintained in the persisted state.
Returns string
onPropertyChanged
Updates the overview control when the objects are changed
| Parameter | Type | Description |
|---|---|---|
| newProp | OverviewModel |
Lists the new values of the changed properties |
| oldProp | OverviewModel |
Lists the old values of the changed properties |
Returns void