GridViewSettings.StylesEditors Property
Provides access to style settings used to paint the GridView's editors.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
public GridViewEditorStyles StylesEditors { get; }
Public ReadOnly Property StylesEditors As GridViewEditorStyles
Property Value
Type | Description |
---|---|
GridViewEditorStyles | A GridViewEditorStyles object that contains style settings used to paint the GridView's editors. |
See Also
Feedback