Back to Devexpress

GanttTimeEditColumn Class

aspnet-devexpress-dot-web-dot-aspxgantt-0876fb8c.md

latest2.9 KB
Original Source

GanttTimeEditColumn Class

A column that displays time.

Namespace : DevExpress.Web.ASPxGantt

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

NuGet Package : DevExpress.Web

Declaration

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

Remarks

Create a GanttTimeEditColumn object and add it to the Columns collection to add a column that displays time.

Use the PropertiesTimeEdit property to customize the column editor’s appearance and behavior settings.

aspx
<dx:ASPxGantt ID="Gantt" runat="server"...>
    ...
    <SettingsTasksList >
        <Columns>
            <dx:GanttTimeEditColumn FieldName="Time">
                <PropertiesTimeEdit>
                    ...
                </PropertiesTimeEdit>
            </dx:GanttTimeEditColumn>
        </Columns>
    </SettingsTasksList>
</dx:ASPxGantt>

Examples

Online Demos

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem WebColumnBase GanttColumnBase GanttDataColumn GanttTimeEditColumn

See Also

GanttTimeEditColumn Members

ASPxGantt - 'How To' Examples

DevExpress.Web.ASPxGantt Namespace