Class BindingPageClientProperties
Binding page client properties.
public sealed class BindingPageClientProperties : TemplateClientProperties
- Inheritance
-
objectBindingPageClientProperties
- 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
ExistingBindingListingClientProperties
Properties of a listing with existing bindings displayed in the template.
public ListComponentProperties ExistingBindingListingClientProperties { get; set; }
Property Value
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