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

VerticalGridDataRow.Settings Property

Provides access to the row’s options.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public VerticalGridDataRowSettings Settings { get; }

Property Value

Type Description
VerticalGridDataRowSettings

A VerticalGridDataRowSettings object that contains the row’s options.

Remarks

The object returned provides a set of options that specify which elements of a row’s functionality are available to end-users.

See Also