TableTotalRowStyle Property
In This Topic
Gets or sets style information for the table total row area.
Syntax
'Declaration
Public Property TableTotalRowStyle As StyleInfo
'Usage
Dim instance As TableView
Dim value As StyleInfo
instance.TableTotalRowStyle = value
value = instance.TableTotalRowStyle
public StyleInfo TableTotalRowStyle {get; set;}
See Also