Click or drag to resize
UniGridOptionsDisplayPageSizeDropdown Property

Note: This API is now obsolete.

If true, the page size drop down should be displayed.

Namespace: CMS.UIControls.UniGridConfig
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Use pager config instead.")]
public Nullable<bool> DisplayPageSizeDropdown { get; set; }

Property Value

Type: NullableBoolean
See Also