ComponentOne List for WinForms
C1.Win.C1List Namespace / OwnerDrawCellEventArgs Class / Text Property

In This Topic
    Text Property (OwnerDrawCellEventArgs)
    In This Topic
    The text of the cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Text As String
    public string Text {get;}
    See Also