UITableView.Style Property
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.
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.