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

VerticalGridEditDataRow.PropertiesEdit Property

Gets the row editor’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public override EditPropertiesBase PropertiesEdit { get; set; }

Property Value

Type Description
EditPropertiesBase

A EditPropertiesBase descendant that contains the row editor’s settings.

See Also