FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / StringLengthRule Class
Members

In This Topic
    StringLengthRule Class
    In This Topic
    Specifies the minimum and maximum length of characters that are allowed in the editor.
    Object Model
    StringLengthRule Class
    Syntax
    'Declaration
     
    
    Public Class StringLengthRule 
       Inherits ValidationRule
    public class StringLengthRule : ValidationRule 
    Inheritance Hierarchy

    System.Object
       C1.Win.FlexGrid.ValidationRule
          C1.Win.FlexGrid.StringLengthRule

    See Also