Skip to main content
All docs
V25.1
  • GanttTextColumn.PropertiesTextEdit Property

    Gets the column editor’s settings.

    Namespace: DevExpress.Web.ASPxGantt

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

    NuGet Package: DevExpress.Web

    Declaration

    public TextBoxProperties PropertiesTextEdit { get; }

    Property Value

    Type Description
    TextBoxProperties

    The column editor’s settings.

    Remarks

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

    <dx:ASPxGantt ID="Gantt" runat="server"...>
        ...
        <SettingsTasksList >
            <Columns>
                <dx:GanttTextColumn FieldName="Title">
                    <PropertiesTextEdit>
                        ...
                    </PropertiesTextEdit>
                </dx:GanttTextColumn>
            </Columns>
        </SettingsTasksList>
    </dx:ASPxGantt>
    

    Examples

    Online Demos

    See Also