Skip to main content
Tab

GridCustomCommandButton.ID Property

Gets or sets a value that identifies the custom button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string ID { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that is the custom button Id.

See Also