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

In This Topic
    Text Property (CheckBoxField)
    In This Topic
    Gets or sets a ScriptStringValue yielding the text shown in the field. Gets or sets the field's text.
    Syntax
    'Declaration
     
    Public Property Text As ScriptStringValue
    public ScriptStringValue Text {get; set;}
    See Also