Click or drag to resize
UniGridTextColumns Property
Array list of text columns used in sorting when query is used.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public List<string> TextColumns { get; set; }

Property Value

Type: ListString
See Also