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

DataViewStyles.Content Property

Gets the style settings defining the appearance of the control’s content area.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public DataViewContentStyle Content { get; }

Property Value

Type Description
DataViewContentStyle

A DataViewContentStyle object that contains style settings.

See Also