Click or drag to resize
UniSelectorDefaultMaxDisplayedTotalItems Property
Gets or sets the default value for maximum of displayed total items in the selector. Default is 50. If exceeded, only MaxDisplayedItems is displayed.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public static int DefaultMaxDisplayedTotalItems { get; set; }

Property Value

Type: Int32
See Also