Skip to main content
All docs
V25.1
  • GanttTimeEditColumn.PropertiesTimeEdit Property

    Gets the column editor’s settings.

    Namespace: DevExpress.Web.ASPxGantt

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

    NuGet Package: DevExpress.Web

    Declaration

    public TimeEditProperties PropertiesTimeEdit { get; }

    Property Value

    Type Description
    TimeEditProperties

    The column editor’s settings.

    Remarks

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

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

    Examples

    Online Demos

    See Also