Back to Devexpress

VerticalGridDataRow.Settings Property

aspnet-devexpress-dot-web-dot-verticalgriddatarow-61820dba.md

latest1.3 KB
Original Source

VerticalGridDataRow.Settings Property

Provides access to the row’s options.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public VerticalGridDataRowSettings Settings { get; }
vb
Public ReadOnly Property Settings As VerticalGridDataRowSettings

Property Value

TypeDescription
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

Vertical Grid

VerticalGridDataRow Class

VerticalGridDataRow Members

DevExpress.Web Namespace