Skip to main content
All docs
V25.1
  • TreeList.OptionsEditForm Property

    Provides access to options that specify the Edit Form — a modal form used to edit cell values.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.dll

    NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

    Declaration

    [XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
    public TreeListOptionsEditForm OptionsEditForm { get; }

    Property Value

    Type Description
    TreeListOptionsEditForm

    An object that contains Edit Form options.

    See Also