UITableViewCellState Enum

Definition

An enumeration of states for a UITableViewCell.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum UITableViewCellState
Inheritance
UITableViewCellState
Attributes

Fields

Name Value Description
DefaultMask 0

The normal state of a UITableViewCell.

ShowingEditControlMask 1

The state of a UITableViewCell when the table is in editing mode.

ShowingDeleteConfirmationMask 2

The state of a UITableViewCell that shows a button requesting confirmation of a delete gesture.

Applies to

产品 版本
Xamarin iOS SDK 12