Version

RowEditTemplateDisplayMode Enumeration

Enum for specifying how the RowEditTemplate should be displayed.
Syntax
'Declaration
 
Public Enum RowEditTemplateDisplayMode 
   Inherits System.Enum
public enum RowEditTemplateDisplayMode : System.Enum 
Members
MemberDescription
ModalThe template is shown as a modal dialog. Any clicks outside of the bounds of the template are ignored and the template will retain focus.
ModelessThe template is shown as a top-level window. Clicks outside of the bounds of the template will not cause it to close, though it can lose focus.
PopupThe template is shown as a popup. Clicking outside of the bounds of the template will cause it to close.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also