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

MVCxFilterControlColumn.PropertiesEdit Property

Gets the column editor’s settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public override EditPropertiesBase PropertiesEdit { get; set; }

Property Value

Type Description
EditPropertiesBase

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

See Also