Skip to main content
A newer version of this page is available. .

ASPxGridViewCustomButtonInitializer.CurrentObject Property

Gets the current grid object.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

public object CurrentObject { get; }

Property Value

Type Description
Object

An Object value which represent the current grid object.

See Also