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

GridViewEditorStyles Class

Provides the style settings used to paint grid editors.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class GridViewEditorStyles :
    EditorStyles

The following members return GridViewEditorStyles objects:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapGridView.StylesEditors
ASP.NET Web Forms Controls ASPxGridLookup.GridViewStylesEditors
ASPxGridView.StylesEditors
ASP.NET MVC Extensions GridLookupSettings.GridViewStylesEditors
GridViewSettings.StylesEditors

Remarks

These settings can be accessed using the ASPxGridView.StylesEditors property.

Implements

See Also