Class NumberField
Inheritance
System.Object
NumberField
Assembly: DocuWare.Platform.ServerClient.dll
public class NumberField : WebFormField
Properties
Declaration
public int DecimalPlaces { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool ForceDecimalPlaces { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public System.Nullable<double> MaxValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Declaration
public bool MaxValueSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public System.Nullable<double> MinValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
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