Click or drag to resize
TextFilterControlGetOtherValues Method
Returns other values related to this form control.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public override Object[,] GetOtherValues()

Return Value

Type: Object
Returns an array where first dimension is attribute name and the second dimension is its value.

Implements

IFormControlGetOtherValues
See Also