The PropertyAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PropertyAttribute |
Initializes a new instance of the PropertyAttribute class.
|
Methods
Name | Description | |
---|---|---|
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Browsable |
Gets or sets a value indicating whether the member is browsable (will be shown in the C1PropertyGrid).
(Inherited from MemberAttribute.) |
|
Category |
Specifies the name of the category in which to group the member when displayed in
The C1PropertyGrid.
(Inherited from MemberAttribute.) |
|
DefaultValue |
Gets or sets the default value for the property.
|
|
Description |
Gets or sets a text, such as a tool tip, that is displayed to users to help them
understand a member.
|
|
DisplayIndex |
Gets or sets the index that will be used to sort the properties.
|
|
DisplayName |
Gets or sets the name that will be displayed by the C1PropertyGrid when showing the member.
(Inherited from MemberAttribute.) |
|
Editor |
Gets or sets the current editor selected for the property.
|
|
Format |
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).
|
|
MaximumValue |
Gets or sets the maximum allowed value for the property (applies only to numeric properties).
|
|
MemberName |
Gets or sets the name of the member.
(Inherited from MemberAttribute.) |
|
MinimumValue |
Gets or sets the minimum allowed value for the property (applies only to numeric properties).
|
|
PropertyBinding |
Gets or sets the Binding to use when the property is bound to its associated editor.
|
|
PropertyInfo |
Gets the PropertyInfo corresponding to the current property.
|
|
ReadOnly |
Gets or sets a value indicating whether the property value can be edited.
|
|
SelectedObject |
Gets the current object this member attributes are applied to.
(Inherited from MemberAttribute.) |
|
Tag |
Gets or sets an arbitrary object value that can be used to store custom information
about this member.
(Inherited from MemberAttribute.) |