Specify that this field should be used for default tree foldering.
Multiple fields on a data type may create foldering. In that case the priority has importance.
Namespace: Composite.DataAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public GroupByPriorityAttribute(
int priority
) |
Visual Basic |
---|
Public Sub New ( _
priority As Integer _
) |
Visual C++ |
---|
public:
GroupByPriorityAttribute(
int priority
) |
Parameters
- priority
- Type: System..::..Int32
Priority controls which fields are used first when foldering. Low number win.
See Also