'Declaration Public Enum RowEditTemplateDisplayMode Inherits System.Enum
public enum RowEditTemplateDisplayMode : System.Enum
Member | Description |
---|---|
Modal | The template is shown as a modal dialog. Any clicks outside of the bounds of the template are ignored and the template will retain focus. |
Modeless | The 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. |
Popup | The template is shown as a popup. Clicking outside of the bounds of the template will cause it to close. |
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