[]
Gets or sets a value that indicates if the decimal part is accepted when pasting a value that includes the decimal part when the decimal part is not allowed by the format setting.
public DecimalMode AcceptsDecimal { get; set; }
Public Property AcceptsDecimal As DecimalMode
Type | Description |
---|---|
DecimalMode | A DecimalMode enumeration that indicates whether to accept the decimal part when pasting a value that includes the decimal part when the decimal part is not allowed by the format setting.
|