Back to Devexpress

BaseOptionsView.ShowRows Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-baseoptionsview-2808730b.md

latest1.7 KB
Original Source

BaseOptionsView.ShowRows Property

Gets or sets whether row headers are displayed.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowRows { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowRows As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to display row headers; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowRows
VGridControlBase

.OptionsView .ShowRows

|

Remarks

If the ShowRows property is set to false , only data cells are displayed.

See Also

BaseOptionsView Class

BaseOptionsView Members

DevExpress.XtraVerticalGrid Namespace