    

 ## On this page

  

 

 # `ApplyCancelProperty`

 Last update: 09.03.2026 

<a id="ansys.mechanical.stubs.v251.Ansys.ACT.Mechanical.AdditionalProperties.ApplyCancelProperty"></a>

#### *class* Ansys.ACT.Mechanical.AdditionalProperties.ApplyCancelProperty

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

Provides a way to create properties with Apply/Cancel buttons.

<a id="overview"></a>

## Overview

### Properties

NameDescription[`DisplayName`](#ApplyCancelProperty.DisplayName)The name of the property shown in the UI. If not set, the Name property is used.[`GroupName`](#ApplyCancelProperty.GroupName)The group name of the property shown in the UI, and used to separate properties based on group name.[`Name`](#ApplyCancelProperty.Name)The name of the property.[`ReadOnly`](#ApplyCancelProperty.ReadOnly)Returns whether a property is readonly.[`Tooltip`](#ApplyCancelProperty.Tooltip)The tooltip of the property in the UI.[`Value`](#ApplyCancelProperty.Value)The stored value of the property.[`ValueString`](#ApplyCancelProperty.ValueString)Get the string representation of the value.<a id="property-detail"></a>

## Property detail

<a id="ApplyCancelProperty.DisplayName"></a>

### *property* ApplyCancelProperty.DisplayName *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

The name of the property shown in the UI. If not set, the Name property is used.

<a id="ApplyCancelProperty.GroupName"></a>

### *property* ApplyCancelProperty.GroupName *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

The group name of the property shown in the UI, and used to separate properties based on group name.

<a id="ApplyCancelProperty.Name"></a>

### *property* ApplyCancelProperty.Name *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

The name of the property.

<a id="ApplyCancelProperty.ReadOnly"></a>

### *property* ApplyCancelProperty.ReadOnly *: [bool](https://docs.python.org/3/library/functions.html#bool) | [None](https://docs.python.org/3/library/constants.html#None)*

Returns whether a property is readonly.

<a id="ApplyCancelProperty.Tooltip"></a>

### *property* ApplyCancelProperty.Tooltip *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

The tooltip of the property in the UI.

<a id="ApplyCancelProperty.Value"></a>

### *property* ApplyCancelProperty.Value *: Any | [None](https://docs.python.org/3/library/constants.html#None)*

The stored value of the property.

<a id="ApplyCancelProperty.ValueString"></a>

### *property* ApplyCancelProperty.ValueString *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Get the string representation of the value.