PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyAttribute Class / Format Property

In This Topic
    Format Property
    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