Class DeleteSidePanelConfiguration
Represents the configuration of the delete side panel.
public sealed class DeleteSidePanelConfiguration
- Inheritance
-
objectDeleteSidePanelConfiguration
- Extension Methods
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
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; }