FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / RequiredRule Class / AllowEmptyStrings Property

In This Topic
    AllowEmptyStrings Property (RequiredRule)
    In This Topic
    Gets or sets a value that indicates whether an empty string is allowed.
    Syntax
    'Declaration
     
    
    Public Property AllowEmptyStrings As Boolean
    public bool AllowEmptyStrings {get; set;}
    See Also