Class BindingPageConfigurationBase<TListingConfiguration>
Represents configuration for the binding page.
public abstract class BindingPageConfigurationBase<TListingConfiguration> where TListingConfiguration : ListingConfiguration
Type Parameters
TListingConfiguration
Type of listings configuration.
- Inheritance
-
objectBindingPageConfigurationBase<TListingConfiguration>
- Derived
- 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
BindingSidePanelListing
Listing configuration of the binding sidepanel listing.
public TListingConfiguration BindingSidePanelListing { get; init; }
Property Value
- TListingConfiguration
ExistingBindingsListing
Listing configuration of existing bindings listing.
public TListingConfiguration ExistingBindingsListing { get; init; }
Property Value
- TListingConfiguration
IsAddBindingButtonDisabled
Disable state of the add binding button.
public bool IsAddBindingButtonDisabled { get; set; }
Property Value
- bool
SaveBindingsButtonText
Text of the button to save the bindings configuration.
public string SaveBindingsButtonText { get; set; }
Property Value
- string