A newer version of this page is available.
Switch to the current version.
GridOptionsView.ShowIndicator Property
Gets or sets a value specifying whether the row indicator panel is displayed.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v19.2.dll
Declaration
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowIndicator { get; set; }
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowIndicator As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true to display the row indicator panel; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowIndicator |
---|---|
AdvBandedGridView |
|
AdvBandedGridView |
|
AdvBandedGridView |
|
BandedGridView |
|
BandedGridView |
|
GridView |
|
See Also
Feedback