DynamicColumnConfiguration Constructor
Creates an instance of the DynamicColumnConfiguration class
Syntax
public DynamicColumnConfiguration(
Connection conn,
System.string persistenceKey,
PropertyDefinitionDictionary availablePropDefs
)Public Function New( _
ByVal conn As Connection, _
ByVal persistenceKey As System.String, _
ByVal availablePropDefs As PropertyDefinitionDictionary _
)Parameters
| Name | Description |
|---|---|
| conn | A connection to a vault server |
| persistenceKey | A value which defines a unique namespace to persist the settings of this control. If two instances of the control share the same key, then they will share the same persisted state. |
| availablePropDefs | A list of all of the Property Definitions that are available for display in this control. If null, all available Property Definitions will be used. |