Skip to main content
Tab

GridViewStyles.Table Property

Gets the style settings used to paint the table that represents the ASPxGridView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public GridViewTableStyle Table { get; }

#Property Value

Type Description
GridViewTableStyle

A GridViewTableStyle object that contains style settings used to paint the table.

See Also