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

GanttDateTimeColumn.PropertiesDateEdit Property

Gets the column editor’s settings.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

public DateEditProperties PropertiesDateEdit { get; }

Property Value

Type Description
DateEditProperties

The column editor’s settings.

Remarks

The PropertiesDateEdit property allows you to customize the editor’s appearance and behavior settings.

<dx:ASPxGantt ID="Gantt" runat="server"...>
    ...
    <SettingsTasksList >
        <Columns>
            <dx:GanttDateTimeColumn FieldName="Start">
                <PropertiesDateEdit>
                    ...
                </PropertiesDateEdit>
            </dx:GanttDateTimeColumn>
        </Columns>
    </SettingsTasksList>
</dx:ASPxGantt>

Online Demos

See Also