Class DeleteSidePanelConfiguration
Represents the configuration of the delete side panel.
public sealed class DeleteSidePanelConfiguration
- Inheritance
-
objectDeleteSidePanelConfiguration
- Extension Methods
Constructors
DeleteSidePanelConfiguration()
public DeleteSidePanelConfiguration()
Properties
Callout
Callout configuration.
public CalloutConfiguration Callout { get; set; }
Property Value
FormNamePrefix
Prefix of the form name.
public string FormNamePrefix { get; set; }
Property Value
- string
IsAnyPageInUse
Indicates whether any page is in use.
public bool IsAnyPageInUse { get; set; }
Property Value
- bool
Items
Gets or sets the form items representing edited form fields.
public ICollection<IFormItemClientProperties> Items { get; set; }
Property Value
- ICollection<IFormItemClientProperties>
Message
Message to display in the side panel.
public string Message { get; set; }
Property Value
- string
TableConfiguration
Initial configuration for delete table.
public DeleteTableClientProperties TableConfiguration { get; set; }