Click or drag to resize

propertyAnnotationPresetGetAnnotationPresetItem Method (DataColumn)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the annotation preset item for specified column.

Namespace:  imbSCI.Core.style.preset
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public propertyAnnotationPresetItem GetAnnotationPresetItem(
	DataColumn column
)
Request Example View Source

Parameters

column
Type: System.DataDataColumn

Return Value

Type: propertyAnnotationPresetItem
Preset with matched id, or default: defaultItem
Remarks
If no direct match is found for column name and caption, the method will try with lower case and no space version, and finally it will return defaultItem if no match found
See Also