EditButtonCollection.Add(String) Method
Adds a new button to the collection and specifies the button’s caption text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
text | String | A String value specifying the caption text of the created editor button. |
See Also