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

GridViewStyles.Table Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public GridViewTableStyle Table { get; }

Property Value

Type Description
GridViewTableStyle

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

See Also