UIKit.UITableViewCellSeparatorStyle Enumeration
The visual style of a UIKit.UITableView's cell separator.

Syntax

[ObjCRuntime.Native]
public enum UITableViewCellSeparatorStyle

Remarks

The cell separator style is set via a table view's UITableView.SeparatorStyle property.

Members

Member NameDescription
DoubleLineEtchedA single etched line (made up of two different colored lines) is displayed between each cell (same as SingleLineEtched). This style can only be used in grouped-style table views.
NoneNo separator is displayed between cells.
SingleLineA single line is displayed between each cell. This is the default.
SingleLineEtchedA single etched line (made up of two different colored lines) is displayed between each cell. This style can only be used in grouped-style table views.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0