Click or drag to resize
UniSelectorZeroRowsText Property
Zero rows text. Use only if you need special text that cannot be only retrieved from the resource strings. Otherwise use ResourcePrefix property and create "ResourcePrefix.nodatafound" resource string. This property has higher priority than the resource string.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public virtual string ZeroRowsText { get; set; }

Property Value

Type: String
See Also