UITableView.Style Property

Definition

Returns the style of the table view (read-only).

public virtual UIKit.UITableViewStyle Style { [Foundation.Export("style")] get; }
member this.Style : UIKit.UITableViewStyle

Property Value

Attributes

Remarks

A table view's style is set in the constructor and cannot be changed.

Applies to