PdfWebControlLiteDisableMoreButton Property |
Gets or sets a value indicating whether the "More" button should be disabled and hidden in this
PdfWebControlLite.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool DisableMoreButton { get; set; }
Public Property DisableMoreButton As Boolean
Get
Set
Property Value
Type:
Booleantrue the "More" button will not be shown and all tools will be shown in each tab; otherwise
false and the "More" button will be shown if there are more than 6 tools on a tab. The default is
false.
Remarks See Also