Enum VirtualRowPlacement
Specifies where to display virtual row for inserting.
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public enum VirtualRowPlacement
Fields
Name | Description |
---|---|
Exclusive | The virtual row will be displayed only when no existing row. |
Explicit | The virtual row will be displayed at place explicitly specified. |
Head | The virtual row will be displayed at head of the view. |
Tail | The virtual row will be displayed at tail of the view. |