Skip to main content
All docs
V25.1
  • TreeListMappings.ImageIndexFieldName Property

    Gets or sets the name of the field whose values represent select image indexes for corresponding nodes.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    [DefaultValue("ImageIndex")]
    [XtraSerializableProperty]
    public string ImageIndexFieldName { get; set; }

    Property Value

    Type Default Description
    String "ImageIndex"

    A string value that specifies the name of the data field that stores image indexes.

    Remarks

    See the TreeList.ImageIndexFieldName property for more information.

    See Also