Show / Hide Table of Contents

    Class NumberField

    Inheritance
    System.Object
    WebFormControl
    WebFormField
    NumberField
    Inherited Members
    WebFormField.Value
    WebFormField.Type
    WebFormField.Hidden
    WebFormField.Readonly
    WebFormField.Required
    WebFormField.Hint
    WebFormField.ValidationID
    WebFormControl.ID
    WebFormControl.Label
    WebFormControl.Position
    WebFormControl.BehaviorID
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class NumberField : WebFormField

    Properties

    DecimalPlaces

    Declaration
    public int DecimalPlaces { get; set; }
    Property Value
    Type Description
    System.Int32

    ForceDecimalPlaces

    Declaration
    public bool ForceDecimalPlaces { get; set; }
    Property Value
    Type Description
    System.Boolean

    MaxValue

    Declaration
    public System.Nullable<double> MaxValue { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    MaxValueSpecified

    Declaration
    public bool MaxValueSpecified { get; set; }
    Property Value
    Type Description
    System.Boolean

    MinValue

    Declaration
    public System.Nullable<double> MinValue { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    MinValueSpecified

    Declaration
    public bool MinValueSpecified { get; set; }
    Property Value
    Type Description
    System.Boolean

    PredefinedCustomEntry

    Declaration
    public System.Nullable<double> PredefinedCustomEntry { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    PredefinedCustomEntrySpecified

    Declaration
    public bool PredefinedCustomEntrySpecified { get; set; }
    Property Value
    Type Description
    System.Boolean

    PredefinedEntry

    Declaration
    public PredefinedEntryType PredefinedEntry { get; set; }
    Property Value
    Type Description
    PredefinedEntryType
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top