Table of Contents

Class DeleteSidePanelConfiguration

Namespace
Kentico.Xperience.Admin.Websites.UIPages
Assembly
Kentico.Xperience.Admin.Websites.dll

Represents the configuration of the delete side panel.

public sealed class DeleteSidePanelConfiguration
Inheritance
object
DeleteSidePanelConfiguration
Extension Methods

Constructors

DeleteSidePanelConfiguration()

public DeleteSidePanelConfiguration()

Properties

Callout

Callout configuration.

public CalloutConfiguration Callout { get; set; }

Property Value

CalloutConfiguration

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; }

Property Value

DeleteTableClientProperties