Skip to main content
Tab

VerticalGridDataRow.PropertiesEdit Property

Gets or sets the row editor’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual EditPropertiesBase PropertiesEdit { get; set; }

Property Value

Type Description
EditPropertiesBase

An EditPropertiesBase descendant that contains settings specific to a particular editor type.

See Also