In This Topic
Gets or sets a string representing the desired Format for the property value. e.g. a specific numeric format to use in the numeric editor associated to the property).
Syntax
'Declaration
Public Property Format As String
public string Format {get; set;}
See Also