Back to Devexpress

GridOptionsView.NewItemRowPosition Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsview-d125b3d7.md

latest2.5 KB
Original Source

GridOptionsView.NewItemRowPosition Property

Gets or sets the new item row’s position within the View.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(NewItemRowPosition.None)]
[XtraSerializableProperty]
public virtual NewItemRowPosition NewItemRowPosition { get; set; }
vb
<DefaultValue(NewItemRowPosition.None)>
<XtraSerializableProperty>
Public Overridable Property NewItemRowPosition As NewItemRowPosition

Property Value

TypeDefaultDescription
NewItemRowPositionNone

A NewItemRowPosition enumeration value specifying the new item row’s position.

|

Available values:

NameDescription
None

The new item row is not shown.

| | Top |

The new item row is positioned at the top of the View.

| | Bottom |

The new item row is positioned at the bottom of the View.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to NewItemRowPosition
GridView

.OptionsView .NewItemRowPosition

|

See Also

New Item Row/Card

GridOptionsView Class

GridOptionsView Members

DevExpress.XtraGrid.Views.Grid Namespace