Skip to main content

GridLookupSettings.GridViewStylesEditors Property

Provides access to style settings used to paint the built-in GridView’s editors.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public GridViewEditorStyles GridViewStylesEditors { get; }

Property Value

Type Description
GridViewEditorStyles

A GridViewEditorStyles object that contains style settings used to paint the GridView’s editors.

See Also