Back to Devexpress

Step 1 – Add the Control to a Form

vcl-179006-expressganttcontrol-getting-started-step-1-add-the-control-to-a-form.md

latest1.2 KB
Original Source

Step 1 – Add the Control to a Form

  • Nov 19, 2024

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.

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.

See Also

Step 2 – Populate the Control with Data

VCL Gantt Control – Getting Started