Skip to main content
A newer version of this page is available. .

GanttDataColumn.DisplayFormat Property

Specifies the display format of column values.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public virtual string DisplayFormat { get; set; }

Property Value

Type Default Description
String String.Empty

The display format.

Remarks

<dx:ASPxGantt ID="Gantt" runat="server"...>
    ...
    <SettingsTaskList Width="45%">
        <Columns>
            <dx:GanttDateTimeColumn FieldName="EndDate" Width="100" DisplayFormat="MM\/dd\/yyyy" />
        </Columns>
    </SettingsTaskList>
</dx:ASPxGantt>

Examples

Online Demos

See Also