menu

Document Processing

WDropDownItem Class - C# Word Library API Reference | Syncfusion

    Show / Hide Table of Contents

    WDropDownItem Class

    Represents the item of drop down formfield.

    Inheritance
    System.Object
    OwnerHolder
    Syncfusion.DocIO.DLS.XML.XDLSSerializableBase
    WDropDownItem
    Inherited Members
    OwnerHolder.Document
    OwnerHolder.m_doc
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public class WDropDownItem : XDLSSerializableBase, IXDLSSerializable

    Constructors

    WDropDownItem(IWordDocument)

    Initializes a new instance of the WDropDownItem class.

    Declaration
    public WDropDownItem(IWordDocument doc)
    Parameters
    Type Name Description
    IWordDocument doc

    The document

    Properties

    Text

    Gets / sets current DropDownItem text

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved