Class MainToolbarItems.ResponsiveGroupParent

Inheritance
MainToolbarItems.ResponsiveGroupParent
Namespace: PSPDFKit.Sdk.Models.Toolbar
Assembly: Sdk.dll
Syntax
public sealed class MainToolbarItems.ResponsiveGroupParent : MainToolbarButtonBase, IMainToolbarButton, IMainToolbarItem, INotifyPropertyChanged

Constructors

| Edit this page View Source

ResponsiveGroupParent(string)

Initalizes a new instance of MainToolbarItems.ResponsiveGroupParent class.

Declaration
public ResponsiveGroupParent(string groupName)
Parameters
Type Name Description
string groupName

Unique identifier for the custom toggle button.

Properties

| Edit this page View Source

GroupName

Declaration
[JsonProperty("id")]
public string GroupName { get; }
Property Value
Type Description
string

Implements

IMainToolbarButton
IMainToolbarItem
INotifyPropertyChanged