UITableViewRowActionStyle Enum

Definition

Enumerates characteristics of the button displayed in a table row. Used with the C:UIKit.UITableViewRowAction(UIKit.UITableViewRowActionStyle,string ,Action`1,Foundation.NSIndexPath) constructor.

C#
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum 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

產品 版本
Xamarin iOS SDK 12