C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridGroupRowCell Class / MeasureWithLargestChildEnabled Property


In This Topic
MeasureWithLargestChildEnabled Property (GridGroupRowCell)
In This Topic
Syntax
'Declaration
 
Public Overridable Property MeasureWithLargestChildEnabled As Boolean
 
'Usage
 
Dim instance As GridGroupRowCell
Dim value As Boolean
 
instance.MeasureWithLargestChildEnabled = value
 
value = instance.MeasureWithLargestChildEnabled
See Also