Back to Devexpress

GanttTextColumn Class

aspnet-devexpress-dot-web-dot-aspxgantt-88bde447.md

latest2.8 KB
Original Source

GanttTextColumn Class

A column that displays text.

Namespace : DevExpress.Web.ASPxGantt

Assembly : DevExpress.Web.ASPxGantt.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GanttTextColumn :
    GanttDataColumn
vb
Public Class GanttTextColumn
    Inherits GanttDataColumn

Remarks

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.

aspx
<dx:ASPxGantt ID="Gantt" runat="server"...>
    ...
    <SettingsTasksList >
        <Columns>
            <dx:GanttTextColumn FieldName="Title">
                <PropertiesTextEdit>
                    ...
                </PropertiesTextEdit>
            </dx:GanttTextColumn>
        </Columns>
    </SettingsTasksList>
</dx:ASPxGantt>

Examples

Online Demos

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem WebColumnBase GanttColumnBase GanttDataColumn GanttTextColumn

See Also

ASPxGantt - 'How To' Examples

GanttTextColumn Members

DevExpress.Web.ASPxGantt Namespace