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

CardViewColumn.PropertiesEdit Property

Gets or sets the column editor’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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