Share via


UITableViewRowActionStyle Enum

Definition

Enumerates characteristics of the button displayed in a table row. Used with the Create(UITableViewRowActionStyle, String, Action<UITableViewRowAction,NSIndexPath>) factory method.

[ObjCRuntime.Native]
public enum UITableViewRowActionStyle
[<ObjCRuntime.Native>]
type UITableViewRowActionStyle = 
Inheritance
UITableViewRowActionStyle
Attributes

Fields

Name Value Description
Default 0

The default button appearance.

Destructive 0

The appearance for a button that may delete data.

Normal 1

The appearance for a nondestructive button.

Applies to