[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.NewRowPosition

NewRowPosition Enum

Specifies where the new row template should be displayed when the AllowAddNew property is set to true and the grid is bound to a IEditableCollectionView that supports adding new items.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public enum NewRowPosition

Fields

Name Description
Bottom

The new row template is displayed at the bottom of the grid.

Top

The new row template is displayed at the top of the grid.