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