TableDataRowStyleName Property
In This Topic
Gets or sets style name for the table data area.
Syntax
'Declaration
Public Property TableDataRowStyleName As String
'Usage
Dim instance As TableView
Dim value As String
instance.TableDataRowStyleName = value
value = instance.TableDataRowStyleName
public string TableDataRowStyleName {get; set;}
See Also