VerticalGridDataRow.Settings Property
In This Article
Provides access to the row’s options.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public VerticalGridDataRowSettings Settings { get; }
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
#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