Skip to main content
Tab

EditButtonCollection.Add() Method

In This Article

Adds a new button to the collection and returns the newly created button object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public EditButton Add()

#Returns

Type Description
EditButton

An EditButton object that represents the newly created button.

See Also