Panel
Wisej.Web.Panel
Last updated
Was this helpful?
Wisej.Web.Panel
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents a collapsible panel with an optional header that contains a group of controls.
Initializes a new instance of the class.
: Returns or sets a value that indicates whether the collapsed panel is automatically expanded when the mouse hovers over the title bar.
Throws:
Represents a panel that dynamically lays out its contents in a grid composed of rows and columns.
Represents the navigation and manipulation user interface (UI) for controls that are bound to a data source.
Represents a panel that dynamically arranges its children horizontally or vertically in automatic rows or columns.
Represents a panel that dynamically arranges its child controls.
Bindable components implement this interface.
Provides access to common image properties across the controls that implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: Returns or sets a value that indicates whether the control resizes based on its contents.
: Indicates the automatic sizing behavior of the control.
: Indicates the border style for the control.
: Returns or sets a value that indicates whether the is collapsed.
: Returns or sets a value that indicates to which side should the panel collapse.
: Returns a rectangle that represents the dimensions of the .
: Returns or sets whether the control can gain the focus.
: Returns or sets the alignment of the header text in the control.
: Returns or sets the background color of the header of the panel.
: Returns or sets the text color of the header of the panel.
: Returns or sets a value that indicates on which side to display the header when the header is visible.
: Returns or sets the size of the header. When the header is horizontal, the size if the height; when it's vertical, the size if the width. Set it to -1 to reset to the size set in the current theme.
: Returns or sets the image that is displayed in the header of the panel.
: Returns or sets the image list index value of the image in the displayed in the button control.
The specified index is less than -1.
: Returns or sets the key accessor for the image in the displayed in the header of the panel.
: Returns or sets the that contains the displayed in the header of the panel control.
: Returns or sets the theme name or URL for the image to display in the header of the panel.
: Enables or disables right-to-left layout when the value of is
: Returns or sets a value that indicates the caption bar displays the close button to collapse or expand the panel.
: Returns or sets a value that indicates whether the caption bar is visible.
: Returns or sets whether the user can give the focus to this control using the TAB key and the property is set to true.
: Returns or sets the title of the panel.
: Returns the instance of associated with this control.
: Returns or sets the ToolTip text for the header of the panel.
Fired when the panel is collapsed.
Fired when the panel is expanded.
Fired when the value of the property changes.
Fired when a is clicked.
Creates a panel that is associated with a .
Represents a single tab page in a .
Used by the control to display data at run time.
Represents a panel in a control.
All wisej controls derived from the class must implement this interface.