GetColumnStyleHandlers Method
Gets a list of all of the GetColumnStyle delegates registered for a particular Property Definition via the AddColumnStyleHandler method.
Syntax
System.Collections.Generic.IEnumerable<Action<Style,IEntity,PropertyDefinition,object>> GetColumnStyleHandlers(
System.string propDefSystemName
)Function GetColumnStyleHandlers( _
ByVal propDefSystemName As System.String _
) As System.Collections.Generic.IEnumerable(Of Action(Of Style,IEntity,PropertyDefinition,Object))Parameters
| Name | Description |
|---|---|
| propDefSystemName | The system name of the Property Definition to retrieve the delegates for |
Return Value
A list of all of the GetColumnStyle delegates associated with the specified Property Definition