ListGroupItemProps
Interface
Represents the props of the ListGroupItem component.
Definition
Package:@progress/kendo-react-dropdowns
Properties
group?
string
The group that will be rendered.
id?
string
Specifies the id that will be added to the group header item element.
Fires when the group header item is about to be rendered. Used to override the default appearance of the group header item.
Parameters:liReactElement<HTMLLIElement, string | JSXElementConstructor<any>>itemPropsListGroupItemPropsReturns:
ReactNode