> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.QuoteVersionButtonState

# <a id="SuperOffice_WebApi_Data_QuoteVersionButtonState" /> Class QuoteVersionButtonState

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for QuoteVersionButtonState.
Information about possible button actions for the quote version dialog.

```csharp theme={null}
public class QuoteVersionButtonState : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[QuoteVersionButtonState](SuperOffice.WebApi.Data.QuoteVersionButtonState.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_QuoteVersionButtonState__ctor" /> QuoteVersionButtonState()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public QuoteVersionButtonState()
```

## Properties

### <a id="SuperOffice_WebApi_Data_QuoteVersionButtonState_Action" /> Action

Action for the button
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public QuoteVersionButtonAction? Action { get; set; }
```

#### Property Value

[QuoteVersionButtonAction](SuperOffice.WebApi.Data.QuoteVersionButtonAction.md)?

#### See Also

[QuoteVersionButtonState](SuperOffice.WebApi.Data.QuoteVersionButtonState.md).[Action\_String](SuperOffice.WebApi.Data.QuoteVersionButtonState.md#SuperOffice_WebApi_Data_QuoteVersionButtonState_Action_String)

### <a id="SuperOffice_WebApi_Data_QuoteVersionButtonState_Action_String" /> Action\_String

Action for the button
Raw string enum value.

```csharp theme={null}
[JsonProperty("Action")]
public string Action_String { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

#### See Also

[QuoteVersionButtonState](SuperOffice.WebApi.Data.QuoteVersionButtonState.md).[Action](SuperOffice.WebApi.Data.QuoteVersionButtonState.md#SuperOffice_WebApi_Data_QuoteVersionButtonState_Action)

### <a id="SuperOffice_WebApi_Data_QuoteVersionButtonState_DisplayText" /> DisplayText

Text to be displayed on the button

```csharp theme={null}
public virtual string DisplayText { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_QuoteVersionButtonState_Enabled" /> Enabled

Indicate if the button should be enabled or disabled

```csharp theme={null}
public virtual bool Enabled { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_QuoteVersionButtonState_ImageHint" /> ImageHint

Image to be shown

```csharp theme={null}
public virtual string ImageHint { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_QuoteVersionButtonState_TooltipText" /> TooltipText

The tooltip for the button

```csharp theme={null}
public virtual string TooltipText { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

## See Also

[QuoteAgent](SuperOffice.WebApi.Agents.QuoteAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.QuoteVersionWorkflowState](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteVersionWorkflowState.md)
- [SuperOffice.WebApi.Agents.QuoteAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.QuoteAgent.md)
- [SuperOffice.WebApi.Agents.IQuoteAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IQuoteAgent.md)
- [SuperOffice.WebApi.Data.Quote GetQuoteVersionWorkflowButtonStatesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Quote_GetQuoteVersionWorkflowButtonStatesRequest.md)
- [SuperOffice.WebApi.Data.QuoteVersionButtonAction](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteVersionButtonAction.md)
- [SuperOffice.WebApi.Data.QuoteVersionState](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteVersionState.md)
