Show / Hide Table of Contents

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.

Extension Methods

ColumnExtensions.WithDefaultValue<VirtualRowPlacement, TValue>(TValue, String, String)
ColumnExtensions.WithValueComparer<VirtualRowPlacement, TValue>(IComparer<TValue>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest