Class ListViewItem
- Namespace
- Dynamicweb.Dashboard.Data
- Assembly
- Dynamicweb.Core.dll
Represents row item for DataListView.
public class ListViewItem
- Inheritance
-
ListViewItem
- Inherited Members
Properties
Hint
Gets or sets the item hint.
public string? Hint { get; set; }
Property Value
Icon
Gets or sets the item icon.
public KnownIcon Icon { get; set; }
Property Value
Id
Gets or sets the item id.
public string? Id { get; set; }
Property Value
RightText
Gets or sets the item right text.
public string? RightText { get; set; }
Property Value
StatusColor
Gets or sets the item hint.
public string? StatusColor { get; set; }
Property Value
Title
Gets or sets the item title.
public string? Title { get; set; }