In This Topic
Gets or sets whether the banded row style is displayed in the table.
Syntax
'Declaration
Public Property BandedRows As Boolean
'Usage
Dim instance As TableView
Dim value As Boolean
instance.BandedRows = value
value = instance.BandedRows
public bool BandedRows {get; set;}
See Also