aspnet-devexpress-dot-web-dot-aspxgantt-88bde447.md
A column that displays text.
Namespace : DevExpress.Web.ASPxGantt
Assembly : DevExpress.Web.ASPxGantt.v25.2.dll
NuGet Package : DevExpress.Web
public class GanttTextColumn :
GanttDataColumn
Public Class GanttTextColumn
Inherits GanttDataColumn
Create a GanttTextColumn object and add it to the Columns collection to add a column that displays text.
Use the PropertiesTextEdit property to customize the column editor’s appearance and behavior settings.
<dx:ASPxGantt ID="Gantt" runat="server"...>
...
<SettingsTasksList >
<Columns>
<dx:GanttTextColumn FieldName="Title">
<PropertiesTextEdit>
...
</PropertiesTextEdit>
</dx:GanttTextColumn>
</Columns>
</SettingsTasksList>
</dx:ASPxGantt>
Object StateManager CollectionItem WebColumnBase GanttColumnBase GanttDataColumn GanttTextColumn
See Also