Back to Devexpress

LayoutViewOptionsHeaderPanel.ShowRowModeButton Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsheaderpanel-1e5a07f6.md

latest2.4 KB
Original Source

LayoutViewOptionsHeaderPanel.ShowRowModeButton Property

Gets or sets whether the One Row button is displayed within the Header Panel.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if the One Row button is displayed within the Header Panel; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowRowModeButton
LayoutView

.OptionsHeaderPanel .ShowRowModeButton

|

Remarks

If the button is hidden, the corresponding mode can still be invoked via a specific shortcut. To prevent an end-user from activating this mode via the button and shortcut, use the LayoutViewOptionsHeaderPanel.EnableRowModeButton property.

See Also

EnableRowModeButton

LayoutViewOptionsHeaderPanel Class

LayoutViewOptionsHeaderPanel Members

DevExpress.XtraGrid.Views.Layout Namespace