[]
Specifies display properties such as description and name for a property shown in a C1PropertyGrid.
public class DisplayAttribute : Attribute, _Attribute
Name | Description |
---|---|
DisplayAttribute() |
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. |
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. |