ProfileDetailsViewer members
Conditionally renders profile details based on the values of Collapsed and ShowSections.
The ProfileDetailsViewer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProfileDetailsViewer | Initializes a new instance of the ProfileDetailsViewer class. |
Top
Properties
Name | Description | |
---|---|---|
Collapsed | Gets or sets a value that indicates whether the ProfileDetailsViewer is currently collapsed. | |
Collapsible | Gets or sets a value that indicates whether the user is allowed to expand or collapse the ProfileDetailsViewer. | |
ShowSections | Gets or sets a value that indicates whether the ProfileDetailsViewer displays section properties. |
Top
Methods
Name | Description | |
---|---|---|
OnInit | (Overrides Control.OnInit(EventArgs).) | |
OnLoad | Handles the Load event. (Overrides Control.OnLoad(EventArgs).) | |
OnPreRender | Handles the PreRender event. (Overrides Control.OnPreRender(EventArgs).) | |
Render | Renders the ProfileDetailsViewer control to the client. (Overrides WebControl.Render(HtmlTextWriter).) |
Top