Back to Devexpress

GanttDateEditProperties Class

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

latest2.9 KB
Original Source

GanttDateEditProperties Class

Contains settings specific to the GanttDateTimeColumn editor.

Namespace : DevExpress.Web.ASPxGantt

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class GanttDateEditProperties :
    DateEditProperties
vb
Public Class GanttDateEditProperties
    Inherits DateEditProperties

The following members return GanttDateEditProperties objects:

Remarks

The example below demonstrates how to customize the appearance and behavior of the GanttDateTimeColumn editor:

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

IPropertiesOwner

Inheritance

Show 11 items

Object StateManager PropertiesBase EditPropertiesBase EditProperties TextEditProperties TextBoxPropertiesBase ButtonEditPropertiesBase DropDownEditPropertiesBase DateEditProperties GanttDateEditProperties

See Also

GanttDateEditProperties Members

Column Editor

DevExpress.Web.ASPxGantt Namespace