Share via


PropertyPaneDropDownOption Class

Definition

SharePoint property pane drop down option object.

public class PropertyPaneDropDownOption
type PropertyPaneDropDownOption = class
Public Class PropertyPaneDropDownOption
Inheritance
PropertyPaneDropDownOption

Constructors

PropertyPaneDropDownOption()

Initializes a new instance of the PropertyPaneDropDownOption class.

Properties

Index

Gets or Sets index for this option of type Int32.

Key

Gets or Sets a key to uniquely identify this option of type String.

Text

Gets or Sets text to render for this option of type String.

Type

Gets or Sets the type of option. If omitted, the default is PropertyPaneDropdownMenuItemType.Normal of type PropertyPaneDropDownOption.DropDownOptionType.

Applies to