Skip to main content
Tab

FileManagerToolbarItemCollection.CreateDefaultItems() Method

In This Article

Populates the toolbar item collection with default items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public virtual void CreateDefaultItems()

#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