FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / DBCursorColor Property

In This Topic
    DBCursorColor Property (C1FlexGrid)
    In This Topic
    Gets or sets color of DBCursor glyph.
    Syntax
    'Declaration
     
    
    Protected Property DBCursorColor As Nullable(Of Color)
    protected Nullable<Color> DBCursorColor {get; set;}
    See Also