C# Класс Open.Core.Lists.ListItem

An implementation of a TreeNode for inclusion within the ListTree control.
Наследование: TreeNode, IListItem, IHtmlFactory
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Create ( string text ) : ListItem

Creates a new tree node (factory).

CreateHtml ( ) : string

Allows deriving classes to provide custom HTML for the item.

To reuse default behavior, use the following classes on child-elements of the returned HTML: - itemLabel: The display text of the item.

ToString ( ) : string

Защищенные методы

Метод Описание
OnIsSelectedChanged ( ) : void

Описание методов

Create() публичный статический Метод

Creates a new tree node (factory).
public static Create ( string text ) : ListItem
text string The value of the 'Text' property.
Результат ListItem

CreateHtml() публичный Метод

Allows deriving classes to provide custom HTML for the item.
To reuse default behavior, use the following classes on child-elements of the returned HTML: - itemLabel: The display text of the item.
public CreateHtml ( ) : string
Результат string

OnIsSelectedChanged() защищенный Метод

protected OnIsSelectedChanged ( ) : void
Результат void

ToString() публичный Метод

public ToString ( ) : string
Результат string