C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / SelectionTextColor Property


In This Topic
SelectionTextColor Property (GridBase)
In This Topic
Gets or sets the Nullable of the selected text.
Syntax
'Declaration
 
Public Property SelectionTextColor As Nullable(Of Color)
 
'Usage
 
Dim instance As GridBase
Dim value As Nullable(Of Color)
 
instance.SelectionTextColor = value
 
value = instance.SelectionTextColor
See Also