Specifies display properties such as description and name for a property shown in a C1PropertyGrid.

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 DisplayAttribute : Attribute
Visual Basic
Public Class DisplayAttribute _
	Inherits Attribute
XAML Object Element Usage
<DisplayAttribute .../>

Inheritance Hierarchy

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

See Also