[]
Gets or sets the Save button settings.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public SaveButton SaveButton { get; set; }
Type | Description |
---|---|
SaveButton | An instance of SaveButton that contains the settings for the Save button. |