Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IManageFmtInput Interface / MaximumValue Property


In This Topic
    MaximumValue Property (IManageFmtInput)
    In This Topic
    Gets or sets the maximum value allowed. (Optional. To clear, set to null.)
    Syntax
    'Declaration
     
    
    Property MaximumValue As Object
    'Usage
     
    
    Dim instance As IManageFmtInput
    Dim value As Object
     
    instance.MaximumValue = value
     
    value = instance.MaximumValue
    object MaximumValue {get; set;}
    See Also