Skip to main content

DevExpress v25.1 Update — Your Feedback Matters

Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Step 1 – Add the Control to a Form

Add the TdxGanttControl component to an application’s form. Set the control’s Align property value to alClient in the Object Inspector to make the control occupy the form’s client area.

VCL Gantt Control: Place a Control

Add a skin controller component on the form. Set the component’s NativeStyle property value to False, and use the SkinName property to choose the skin. Resize the form to browse the control’s area.

VCL Gantt Control: Adjust Control Dimensions

See Also