Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / PropertyAttribute Class / Format Property

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