Class CalloutButtonConfiguration
Base class for callout button configuration.
public class CalloutButtonConfiguration
- Inheritance
-
objectCalloutButtonConfiguration
- Derived
- Extension Methods
Properties
Disabled
Indicates whether the button is disabled.
public bool Disabled { get; set; }
Property Value
- bool
Text
Button text.
public string Text { get; set; }
Property Value
- string