ComponentOne Extended Library for WPF and Silverlight
PropertyAttribute Class Members
Properties 


C1.WPF.Extended Namespace : PropertyAttribute Class

The following tables list the members exposed by PropertyAttribute.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the PropertyAttribute class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether the member is browsable (will be shown in the C1PropertyGrid). (Inherited from C1.WPF.Extended.MemberAttribute)
Public PropertySpecifies the name of the category in which to group the member when displayed in The C1PropertyGrid. (Inherited from C1.WPF.Extended.MemberAttribute)
Public PropertyGets or sets the default value for the property.  
Public PropertyGets or sets a text, such as a tool tip, that is displayed to users to help them understand a member.  
Public PropertyGets or sets the index that will be used to sort the properties.  
Public PropertyGets or sets the name that will be displayed by the C1PropertyGrid when showing the member. (Inherited from C1.WPF.Extended.MemberAttribute)
Public PropertyGets or sets the current editor selected for the property.  
Public PropertyGets 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).  
Public PropertyGets or sets a value indicating whether the property is attached.  
Public PropertyGets or sets the maximum allowed value for the property (applies only to numeric properties).  
Public PropertyGets or sets the name of the member. (Inherited from C1.WPF.Extended.MemberAttribute)
Public PropertyGets or sets the minimum allowed value for the property (applies only to numeric properties).  
Public PropertyGets or sets the Binding to use when the property is bound to its associated editor.  
Public PropertyGets the PropertyInfo corresponding to the current property.  
Public PropertyGets or sets a value indicating whether the property value can be edited.  
Public PropertyGets the current object this member attributes are applied to. (Inherited from C1.WPF.Extended.MemberAttribute)
Public PropertyGets or sets an arbitrary object value that can be used to store custom information about this member. (Inherited from C1.WPF.Extended.MemberAttribute)
Top
See Also

Reference

PropertyAttribute Class
C1.WPF.Extended Namespace