Skip to main content

MVCxFilterControlColumn.PropertiesEdit Property

Gets the column editor’s settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public override EditPropertiesBase PropertiesEdit { get; set; }

Property Value

Type Description
EditPropertiesBase

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

See Also