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
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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 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 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 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