ListViewItem
Wisej.Web.ListViewItem
Last updated
Was this helpful?
Wisej.Web.ListViewItem
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents an item in a control.
Initializes a new instance of the class with default values.
Initializes a new instance of the class with the specified item text.
text
The text to display for the item.
Initializes a new instance of the class with an array of strings representing sub-items.
items
An array of strings that represent the sub-items of the new item.
text
The text to display for the item.
imageIndex
items
An array of strings that represent the sub-items of the new item.
imageIndex
items
An array of strings that represent the sub-items of the new item.
imageIndex
foreColor
backColor
font
subItems
imageIndex
text
The text to display for the item. This should not exceed 259 characters.
imageKey
items
imageKey
items
imageKey
foreColor
backColor
font
subItems
imageKey
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:
Throws:
Throws:
Places the item in edit mode.
Throws:
Creates an identical copy of the item.
Ensures that the item is visible within the control, scrolling the contents of the control, if necessary.
Initializes a new instance of the class with the specified item text and the image index position of the item's icon.
The zero-based index of the image within the associated with the that contains the item.
Initializes a new instance of the class with the image index position of the item's icon and an array of strings representing sub-items.
The zero-based index of the image within the associated with the that contains the item.
Initializes a new instance of the class with the image index position of the item's icon; the foreground color, background color, and font of the item; and an array of strings representing sub-items.
The zero-based index of the image within the associated with the that contains the item.
A that represents the foreground color of the item.
A that represents the background color of the item.
A that represents the font to display the item's text in.
Initializes a new instance of the class with the image index position of the item's icon and an array of objects.
An array of type that represents the sub-items of the item.
The zero-based index of the image within the associated with the that contains the item.
Initializes a new instance of the class with the specified text and image.
The name of the image within the of the owning to display in the .
Initializes a new instance of the class with the specified item and sub-item text and image.
An array containing the text of the sub-items of the .
The name of the image within the of the owning to display in the .
Initializes a new instance of the class with the sub-items containing the specified text, image, colors, and font.
An array of strings that represent the text of the sub-items for the .
The name of the image within the of the owning to display in the item.
A that represents the foreground color of the item.
A that represents the background color of the item.
A to apply to the item text.
Initializes a new instance of the class with the specified sub-items and image.
An array of objects.
The name of the image within the of the owning to display in the .
: Returns or sets a value indicating that the item can display HTML text.
: Returns or sets the background color of the .
: Returns or sets whether the item is checked.
: Returns or sets the number of columns that this 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 the shortcut menu associated with the item.
: Returns or sets a child control to display inside the item.
: Returns the data-bound object for this .
: Return or sets whether the item has the focus within the parent.
: 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 image that is displayed on a .
: Returns or sets the image list index value of the image displayed in the .
The specified index is less than -1.
: Returns or sets the key accessor for the image in the .
: Returns the that contains the images displayed in the .
: Returns or sets the theme name or URL for the image to display in the .
: Returns the zero-based index of the item within the control.
: Returns whether the is data bound.
: Returns a value indicating whether the tree node is in an editable state.
: Returns the control that contains the item.
: Returns or sets the name associated with this item.
: Returns or sets the height of the row corresponding to this item when in view.
: Returns or sets the number of rows that this 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 whether the item is selected.
: Returns or sets the image list index value of the state icon displayed in the .
The specified index is less than -1.
: Returns or sets the key for the state icon displayed in the .
: Returns the that contains the state images displayed in the .
: Returns or sets the theme name or URL for the state icon to display in the .
: Returns a collection containing all sub items.
: Returns or sets an object that contains data to associate with the item.
: Returns or sets the text of the item.
: Returns or sets the text shown when the mouse pointer rests on the .
: Returns a dynamic object that can be used to store custom data in relation to this item.
The property of the associated is not set to true.
Returns: . An object that represents an item that has the same text, image, and sub-items associated with it as the cloned item.
Releases all resources used by the .
Removes the item from its associated control.