Click or drag to resize
UniSelectorFilteredZeroRowsText Property
Filtered zero rows text. So far works only for the selection dialog. Use only if you need special text that cannot be only retrieved from the resource strings. Otherwise use ResourcePrefix property and create "ResourcePrefix.noitemsfound" 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 FilteredZeroRowsText { get; set; }

Property Value

Type: String
See Also