C1.WPF.Extended Namespace : PropertyAttribute Class |
For a list of all members of this type, see PropertyAttribute members.
Name | Description | |
---|---|---|
Browsable | Gets or sets a value indicating whether the member is browsable (will be shown in the C1PropertyGrid). (Inherited from C1.WPF.Extended.MemberAttribute) | |
Category | Specifies the name of the category in which to group the member when displayed in The C1PropertyGrid. (Inherited from C1.WPF.Extended.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 C1.WPF.Extended.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). | |
IsAttached | Gets or sets a value indicating whether the property is attached. | |
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 C1.WPF.Extended.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 C1.WPF.Extended.MemberAttribute) | |
Tag | Gets or sets an arbitrary object value that can be used to store custom information about this member. (Inherited from C1.WPF.Extended.MemberAttribute) |