Specifies how data fields are displayed and formatted.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class DisplayFormatAttribute : Attribute
Visual Basic
Public Class DisplayFormatAttribute _
	Inherits Attribute
XAML Object Element Usage
<DisplayFormatAttribute .../>

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    C1.WPF.Extended..::..DisplayFormatAttribute

See Also