[]
        
(Showing Draft Content)

C1.WPF.Extended.DisplayAttribute

DisplayAttribute Class

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

Inheritance
DisplayAttribute
Implements
Namespace: C1.WPF.Extended
Assembly: C1.WPF.Extended.4.6.2.dll
Syntax
public class DisplayAttribute : Attribute, _Attribute

Constructors

Name Description
DisplayAttribute()

Properties

Name Description
AutoGenerateField

Gets or sets a value in which the propertity are displayed or not.

Description

Gets or sets either a text, such as a tool tip, that is displayed to users to help them understand a member.

GroupName

Gets or sets a value in which the propertity are group displayed or not.

Name

Gets or sets a text that is used as a member label for elements that are bound to the member.

Order

Gets or sets a value that indicates the order in which the properties are sorted.

Methods

Name Description
GetAutoGenerateField()

Gets a value that is used for field if display in the UI.

GetDescription()

Gets the value of the Description property.

GetGroupName()

Gets a value that is used for field group display in the UI.

GetName()

Gets a value that is used for field display in the UI.

GetOrder()

Retrieves the value of the Order property.