FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / CheckBoxField Class / Visible Property

In This Topic
    Visible Property (CheckBoxField)
    In This Topic
    Gets or sets a value indicating whether the field is visible or hidden.
    Syntax
    'Declaration
     
    Public Property Visible As Boolean
    public bool Visible {get; set;}
    See Also