GetColumnSettings Method
Gets display and formatting information about a specific property that can be displayed as a column
Syntax
public ColumnSettings GetColumnSettings(
System.string propdefSystemName
)Public Function GetColumnSettings( _
ByVal propdefSystemName As System.String _
) As ColumnSettingsParameters
| Name | Description |
|---|---|
| propdefSystemName | The system name of the requested Property Definitions |
Return Value
The configuration information for the specified column.
Remarks
The configuration for any column is initialized based on settings of the global Column Settings Service. Any modifications made to the value returned by this method are applied to this instance of the control, but do not affeect the global settings.