[]
Specifies the visibility of side button.
public enum CellButtonVisibility
Public Enum CellButtonVisibility
The members of this enumeration allow users to set when to show the side buttons.
Name | Description |
---|---|
AlwaysShow | Indicates the side button can be always shown. |
NotShow | Indicates the side button can never be shown. |
ShowInEditor | Indicates the side button can be shown only on the editing state. |