Subpanel Methods |
The Subpanel type exposes the following members.
Name | Description | |
---|---|---|
AddArgument | Adds an argument to the dictionary of arguments for this subpanel, where key is the parameter name, and value is the argument value. | |
AddArguments | Appends a dictionary of arguments to the arguments of this subpanel. Any prior arguments with the same name will be overriden. | |
AddAttribute |
Adds a local panel attribute to this subpanel. These attributes can be retrieved in the result using Attributes.
| |
AddAttributes |
Appends a dictionary of attributes to the local panel attributes of this subpanel. Any prior attributes with the same name
will be overridden. These attributes can be retrieved in the result using Attributes.
| |
Create | Creates a subpanel with a reference to a public panel. The subpanel can be supplied to a dynamic page. | |
Equals | (Overrides ObjectEquals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Overrides ObjectGetHashCode.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |