Back to Devexpress

GridCustomCommandButton.ID Property

aspnet-devexpress-dot-web-dot-gridcustomcommandbutton-c7628066.md

latest1.1 KB
Original Source

GridCustomCommandButton.ID Property

Gets or sets a value that identifies the custom button.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string ID { get; set; }
vb
<DefaultValue("")>
Public Property ID As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value that is the custom button Id.

|

See Also

GridCustomCommandButton Class

GridCustomCommandButton Members

DevExpress.Web Namespace