| 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:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
Syntaxpublic 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
Remarks See Also
See Also