CommonPropertyGridProps Interface

Common Property Grid Props to be used by Property Grid Variants

Extends

Properties

Name Type Description
actionButtonRenderers ActionButtonRenderer[] | undefined Array of action button renderers.  
actionButtonWidth number | undefined Fixed action button column width  
horizontalOrientationMinWidth number | undefined The minimum width before the auto-switch to Vertical when the width is too narrow.  
isOrientationFixed boolean | undefined Indicates whether the orientation is fixed and does not auto-switch to Vertical when the width is too narrow.  
isPropertyEditingEnabled boolean | undefined Enables/disables property editing  
isPropertyHoverEnabled boolean | undefined Enables/disables property hovering effect  
isPropertySelectionEnabled boolean | undefined Enables/disables property selection  
isPropertySelectionOnRightClickEnabled boolean | undefined Enables/disables property selection with right click  
minLabelWidth number | undefined Minimum allowed label column width, after which resizing stops  
minValueWidth number | undefined Minimum allowed value column width, after which resizing stops  
onPropertyContextMenu (args: PropertyGridContextMenuArgs) => void | undefined    
onPropertyEditing (args: PropertyEditingArgs, category: PropertyCategory) => void | undefined    
onPropertySelectionChanged (property: PropertyRecord) => void | undefined    
onPropertyUpdated (args: PropertyUpdatedArgs, category: PropertyCategory) => Promise<boolean> | undefined    
orientation Orientation | undefined Grid orientation.  
propertyValueRendererManager PropertyValueRendererManager | undefined Custom property value renderer manager  

Inherited properties

Name Type Inherited from Description
className string | undefined CommonProps Custom CSS class name
itemId string | undefined CommonProps Optional unique identifier for item.
style CSSProperties | undefined CommonProps Custom CSS style properties

Defined in

Last Updated: 13 May, 2024