PropertyPaneGroup 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 group object.
public class PropertyPaneGroup : Microsoft.Bot.Schema.SharePoint.IPropertyPaneGroupOrConditionalGroup
type PropertyPaneGroup = class
interface IPropertyPaneGroupOrConditionalGroup
Public Class PropertyPaneGroup
Implements IPropertyPaneGroupOrConditionalGroup
- Inheritance
-
PropertyPaneGroup
- Implements
Constructors
PropertyPaneGroup() |
Initializes a new instance of the PropertyPaneGroup class. |
Properties
GroupFields |
Gets or Sets the group fields of type PropertyPaneGroupField. |
GroupName |
Gets or Sets the group name of type String. |
IsCollapsed |
Gets or Sets a value indicating whether the PropertyPane group is collapsed or not of type Boolean. |
IsGroupNameHidden |
Gets or Sets a value indicating whether group name should be hidden of type Boolean. |