Skip to main content
A newer version of this page is available. .
Tab

FileManagerToolbarItemCollection.CreateDefaultItems() Method

Populates the toolbar item collection with default items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.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