Table of Contents

Class BindingPageClientProperties

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Binding page client properties.

public sealed class BindingPageClientProperties : TemplateClientProperties
Inheritance
object
BindingPageClientProperties
Inherited Members
Extension Methods

Properties

AddBindingButtonText

Text of the add binding button.

public string AddBindingButtonText { get; set; }

Property Value

string

AddBindingButtonTooltip

Tooltip of the add binding button.

public string AddBindingButtonTooltip { get; set; }

Property Value

string

EditBindingListingClientProperties

Properties of a listing displayed in the side panel when editing bindings.

public ListComponentProperties EditBindingListingClientProperties { get; set; }

Property Value

ListComponentProperties

ExistingBindingListingClientProperties

Properties of a listing with existing bindings displayed in the template.

public ListComponentProperties ExistingBindingListingClientProperties { get; set; }

Property Value

ListComponentProperties

IsAddBindingButtonDisabled

Disable state of the add binding button.

public bool IsAddBindingButtonDisabled { get; set; }

Property Value

bool

PageHeadline

Headline of the page.

public string PageHeadline { get; set; }

Property Value

string

SaveBindingsButtonText

Text of the button to save the bindings configuration.

public string SaveBindingsButtonText { get; set; }

Property Value

string