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

MVCxVerticalGridRow.EditorProperties() Method

Allows you to configure VerticalGrid rows of different types.

Namespace: DevExpress.Web.Mvc

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

Declaration

public GridColumnEditorPropertiesFactory EditorProperties()

Returns

Type Description
GridColumnEditorPropertiesFactory

A GridColumnEditorPropertiesFactory object that provides methods allowing you to configure different row types.

See Also