Interface IIgrDisplayDensityBaseElementProps

Hierarchy

Hierarchy

Properties

children?: ReactNode
className?: string
displayDensity?: string | DisplayDensity

Returns the theme of the component. The default theme is comfortable. Available options are comfortable, cosy, compact.

let componentTheme = this.component.displayDensity;
id?: string
onDensityChanged?: ((s, e) => void)
style?: CSSProperties