ListViewItem.ListViewSubItem
Wisej.Web.ListViewItem ListViewSubItem
Last updated
Wisej.Web.ListViewItem ListViewSubItem
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Represents a sub-item of a .
Initializes a new instance of the class.
Initializes a new instance of the class with the specified owner and text.
Name | Type | Description |
---|
Initializes a new instance of the class with the specified owner, text, foreground color, background color, and font values.
Name | Type | Description |
---|
When AllowHtml is set to true, the text in the item can contain HTML content. If the text contains new lines (CRLF) but doesn't contain HTML elements (at least one "<") all CRLF are automatically substituted with " ".
Throws:
Throws:
: Returns or sets a value indicating that the item can display HTML text.
: Returns or sets the background color of the .
: Returns or sets the number of columns that this sub-item can use to render its content when the is in mode.
The value is lower than 1 or greater than 100.
: Returns or sets a child control to display inside the sub-item.
: Returns or sets the font of the text displayed by the .
: Returns or sets the foreground color of the .
: Checks if the dynamic object was created and has any value.
: Returns or sets the name associated with this subitem.
: Returns or sets the number of rows that this sub-item can use to render its content when the is in mode.
The value is lower than 1 or greater than 100.
: Returns or sets an object that contains data to associate with the sub-item.
: Returns or sets the text of the sub item.
: Returns a dynamic object that can be used to store custom data in relation to this item.
Releases all resources used by the .
owner |
text | The text to display for the sub item. |
owner |
text | The text to display for the sub item. |
foreColor |
backColor |
font |
A that represents the item that owns the sub item.
A that represents the item that owns the sub item.
A that represents the foreground color of the sub item.
A that represents the background color of the sub item.
A that represents the font to display the sub item's text in.