FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / CheckMark Class / UncheckedSymbol Property

In This Topic
    UncheckedSymbol Property (CheckMark)
    In This Topic
    Gets or sets the unchecked symbol (used if Style is CheckMarkStyle.CustomSymbol).
    Syntax
    'Declaration
     
    Public Property UncheckedSymbol As Char
    public char UncheckedSymbol {get; set;}
    See Also