PropertyPaneDropDownOption Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |