Skip to main content
Tab

GridViewEditorStyles Class

Provides the style settings used to paint grid editors.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class GridViewEditorStyles :
    EditorStyles

The following members return GridViewEditorStyles objects:

Library Related API Members
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