Interface IIgrDataGridExpansionIndicatorProps

Hierarchy

Hierarchy

  • IIgrDataGridExpansionIndicatorProps

Properties

actualPixelScalingRatio?: string | number

Gets the actual pixel scaling ratio used to affect the pixel density of the control. A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control to appear blurry.

children?: ReactNode
iconColor?: string

Gets or sets the color of the indicator.

isAnimationEnabled?: string | boolean

Gets or sets whether animations are enabled.

isExpanded?: string | boolean

Gets or sets the expansion state of the indicator.

pixelScalingRatio?: string | number

Gets or sets the scaling value used to affect the pixel density of the control. A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control to appear blurry.