Version

Display Enumeration

The value applied to the display attribute of style object of the WebAsyncRefreshPanel.
Syntax
'Declaration
 
Public Enum Display 
   Inherits System.Enum
public enum Display : System.Enum 
Members
MemberDescription
BlockPanel is rendered as a block element.
InlinePanel is rendered as an inline element.
NonePanel is invisible on client. Though it is present in html on the client and keeps all functionality related to linked asynchronous hidden postback.
NotSetThe value for display of the DIV HTML element which represents the panel is not set.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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