Skip to main content
Tab

EditButtonCollection.Add(String) Method

Adds a new button to the collection and specifies the button’s caption text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void Add(
    string text
)

Parameters

Name Type Description
text String

A String value specifying the caption text of the created editor button.

See Also