Format Property (InputNumber)
In This Topic
Gets or sets the format used to display the number being edited (see Globalize).
Syntax
'Declaration
<JsonAttribute(2)>
Public Property Format As System.String
'Usage
Dim instance As InputNumber
Dim value As System.String
instance.Format = value
value = instance.Format
[Json(2)]
public System.string Format {get; set;}
public read-write property Format: System.String;
JsonAttribute(2)
public function get,set Format : System.String
[Json(2)]
public: __property System.string* get_Format();
public: __property void set_Format(
System.string* value
);
[Json(2)]
public:
property System.String^ Format {
System.String^ get();
void set ( System.String^ value);
}
See Also