C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / DefaultColumnHeadersRowHeight Property


In This Topic
DefaultColumnHeadersRowHeight Property
In This Topic
Gets or sets the default height of the rows used to display column headers.
Syntax
'Declaration
 
<ObsoleteAttribute("Renamed to DefaultColumnHeaderRowHeight")>
Public Property DefaultColumnHeadersRowHeight As GridLength
 
'Usage
 
Dim instance As GridBase
Dim value As GridLength
 
instance.DefaultColumnHeadersRowHeight = value
 
value = instance.DefaultColumnHeadersRowHeight
See Also