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 |
---|---|
Edit |
An Edit |
See Also