ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / DBCursorColor Property

In This Topic
    DBCursorColor Property (C1FlexPivotGrid)
    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