Back to Devexpress

GanttDateEditTimeSectionProperties Class

aspnet-devexpress-dot-web-dot-aspxgantt-87890495.md

latest2.6 KB
Original Source

GanttDateEditTimeSectionProperties Class

Contains settings of the time section in the GanttDateTimeColumn editor’s drop-down window.

Namespace : DevExpress.Web.ASPxGantt

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class GanttDateEditTimeSectionProperties :
    DateEditTimeSectionProperties
vb
Public Class GanttDateEditTimeSectionProperties
    Inherits DateEditTimeSectionProperties

The following members return GanttDateEditTimeSectionProperties objects:

Remarks

Set the Visible property to true to display the time section in the GanttDateTimeColumn editor’s drop-down window:

aspx
<dx:ASPxGantt ID="Gantt" runat="server"...>
    <!-- ... -->
    <SettingsTasksList >
        <Columns>
            <dx:GanttDateTimeColumn FieldName="StartDate" Caption="Start Date">
                <PropertiesDateEdit AllowUserInput="true" DisplayFormatString="MM/dd/yy H:mm">
                    <TimeSectionProperties Visible="true"/>
                </PropertiesDateEdit>
            </dx:GanttDateTimeColumn>
            <!-- ... -->
        </Columns>
    </SettingsTasksList>
</dx:ASPxGantt>

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase DateEditTimeSectionProperties GanttDateEditTimeSectionProperties

See Also

GanttDateEditTimeSectionProperties Members

DevExpress.Web.ASPxGantt Namespace