[]
        
(Showing Draft Content)

C1.WPF.Extended.MemberAttribute

MemberAttribute Class

Used to provide configuration information for the C1PropertyGrid.

Inheritance
MemberAttribute
Namespace: C1.WPF.Extended
Assembly: C1.WPF.Extended.4.6.2.dll
Syntax
public class MemberAttribute

Constructors

Name Description
MemberAttribute()

Properties

Name Description
Browsable

Gets or sets a value indicating whether the member is browsable (will be shown in the C1PropertyGrid).

Category

Specifies the name of the category in which to group the member when displayed in The C1PropertyGrid.

DisplayName

Gets or sets the name that will be displayed by the C1PropertyGrid when showing the member.

MemberName

Gets or sets the name of the member.

SelectedObject

Gets the current object this member attributes are applied to.

Tag

Gets or sets an arbitrary object value that can be used to store custom information about this member.