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


In This Topic
ContentDescriptionFormatted Property (GridBase)
In This Topic
Syntax
'Declaration
 
Public Overridable Property ContentDescriptionFormatted As Java.Lang.ICharSequence
 
'Usage
 
Dim instance As GridBase
Dim value As Java.Lang.ICharSequence
 
instance.ContentDescriptionFormatted = value
 
value = instance.ContentDescriptionFormatted
See Also