Wisej.Web.ListViewItem ListViewSubItem
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a sub-item of a ListViewItem.
Initializes a new instance of the ListViewSubItem class.
Initializes a new instance of the ListViewSubItem class with the specified owner and text.
Name | Type | Description |
---|---|---|
Initializes a new instance of the ListViewSubItem class with the specified owner, text, foreground color, background color, and font values.
Name | Type | Description |
---|---|---|
Boolean: Returns or sets a value indicating that the item can display HTML text. (Default: False
)
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 "<br/>".
Color: Returns or sets the background color of the ListViewSubItem.
Int32: Returns or sets the number of columns that this sub-item can use to render its content when the ListView is in Details mode. (Default: 1
)
Throws:
ArgumentOutOfRangeException The value is lower than 1 or greater than 100.
Control: Returns or sets a child control to display inside the sub-item.
Font: Returns or sets the font of the text displayed by the ListViewSubItem.
Color: Returns or sets the foreground color of the ListViewSubItem.
Boolean: Checks if the UserData dynamic object was created and has any value.
String: Returns or sets the name associated with this subitem.
Int32: Returns or sets the number of rows that this sub-item can use to render its content when the ListView is in Details mode. (Default: 1
)
Throws:
ArgumentOutOfRangeException The value is lower than 1 or greater than 100.
Object: Returns or sets an object that contains data to associate with the sub-item. (Default: null
)
String: Returns or sets the text of the sub item.
Object: Returns a dynamic object that can be used to store custom data in relation to this item.
Releases all resources used by the ListViewSubItem.
owner
A ListViewItem that represents the item that owns the sub item.
text
The text to display for the sub item.
owner
A ListViewItem that represents the item that owns the sub item.
text
The text to display for the sub item.
foreColor
A Color that represents the foreground color of the sub item.
backColor
A Color that represents the background color of the sub item.
font
A Font that represents the font to display the sub item's text in.