VirtualizedPropertyGridProps Interface

Properties for VirtualizedPropertyGrid React component

Extends

Properties

Name Type Description
dataProvider IPropertyDataProvider Property data provider used by the property grid  
eventHandler IPropertyGridEventHandler Handler of the events raised from the property grid  
height number Height of the property grid component.  
highlight undefined | PropertyGridContentHighlightProps Properties for highlighting property data in the grid.  
model IPropertyGridModel Property grid view model that defines what needs to be rendered  
propertyCategoryRendererManager undefined | PropertyCategoryRendererManager Custom property category renderer manager.  
width number Width of the property grid component.  

Inherited properties

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

Defined in

Last Updated: 21 March, 2024