Back to Devexpress

BaseRow.OptionsRow Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-baserow-395bdd17.md

latest1.6 KB
Original Source

BaseRow.OptionsRow Property

Provides access to the current row’s options.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public VGridOptionsRow OptionsRow { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsRow As VGridOptionsRow

Property Value

TypeDescription
VGridOptionsRow

A VGridOptionsRow object which contains the row’s options.

|

Remarks

This property provides access to a set of Boolean properties that specify which of the row’s functionality aspects are available to end-users.

See Also

BaseRow Class

BaseRow Members

DevExpress.XtraVerticalGrid.Rows Namespace