UITableViewRowActionStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates characteristics of the button displayed in a table row. Used with the C:UIKit.UITableViewRowAction(UIKit.UITableViewRowActionStyle,string ,Action`1,Foundation.NSIndexPath) constructor.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITableViewRowActionStyle
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. |