Back to Devexpress

GridViewCellStyle Class

aspnet-devexpress-dot-web-69dd79e5.md

latest3.1 KB
Original Source

GridViewCellStyle Class

Provides the style settings used to paint data cells.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridViewCellStyle :
    GridViewStyleBase
vb
Public Class GridViewCellStyle
    Inherits GridViewStyleBase

The following members return GridViewCellStyle objects:

Show 14 links

Remarks

These settings can be accessed using the GridViewStyles.Cell property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle DevExpress.Web.GridStyleBase GridViewStyleBase GridViewCellStyle

See Also

GridViewCellStyle Members

Grid View

DevExpress.Web Namespace