FileManagerToolbarItemCollection.CreateDefaultItems() Method
Populates the toolbar item collection with default items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Remarks
Use the CreateDefaultItems method to manually create default toolbar items within the FileManagerToolbarItemCollection.
Custom items can be added to the FileManagerToolbarItemCollection collection using the collection’s Collection<T>.Add, Collection<T>.AddRange, or Collection<T>.Insert methods.
See Also