C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridColumnHeaderCell Class / MaxOutline Property


In This Topic
MaxOutline Property
In This Topic
Gets or sets the number of outlines.
Syntax
'Declaration
 
Public Property MaxOutline As Integer
 
'Usage
 
Dim instance As GridColumnHeaderCell
Dim value As Integer
 
instance.MaxOutline = value
 
value = instance.MaxOutline
Remarks
-1 means no outlines.
See Also