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

GridViewProperties.JSProperties Property

Manipulates the built-in ASPxGridView’s ASPxGridBase.JSProperties property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public Dictionary<string, object> JSProperties { get; }

Property Value

Type Description
Dictionary<String, Object>

The collection of property names and their values.

See Also