FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / CheckMark Class / CheckedImage Property

In This Topic
    CheckedImage Property (CheckMark)
    In This Topic
    Gets or sets the checked image (used if Style is CheckMarkStyle.CustomImage).
    Syntax
    'Declaration
     
    Public Property CheckedImage As Object
    public object CheckedImage {get; set;}
    See Also