Hello, Grant,
The type of these props is `React.ComponentType<any><any>`:
https://www.telerik.com/kendo-react-ui/components/dialogs/api/WindowProps/#toc-maximizebutton
This means that they are expecting a React component (class or function).
If we have to hide them, we can return null:
maximizeButton={()=> null}
https://stackblitz.com/edit/react-u5inxb?file=src%2FApp.jsThe idea of these props is to allow the developer to customize them or remove them similarity to how all other components have render functions to customize a part of the component.
Regards,
Stefan
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.