Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class QuoteVersionButtonState : Carrier
public QuoteVersionButtonState()
[JsonIgnore] public QuoteVersionButtonAction? Action { get; set; }
[JsonProperty("Action")] public string Action_String { get; set; }
public virtual string DisplayText { get; set; }
public virtual bool Enabled { get; set; }
public virtual string ImageHint { get; set; }
public virtual string TooltipText { get; set; }
Was this page helpful?