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

In This Topic
    ThreeState Property
    In This Topic
    Gets or sets a value indicating whether the checkbox will allow three check states rather than two.
    Syntax
    'Declaration
     
    Public Property ThreeState As Boolean
    public bool ThreeState {get; set;}
    See Also