C# Класс Sitecore.Modules.WeBlog.WebForms.Layouts.Sidebar.BlogCategories

Наследование: BaseSublayout
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
ListViewCategories global::System.Web.UI.WebControls.ListView
PanelCategories global::System.Web.UI.WebControls.Panel

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

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

Load the categories into this control

Page_Load ( object sender, EventArgs e ) : void

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

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

Load the categories into this control
protected LoadCategories ( ) : void
Результат void

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

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Описание свойств

ListViewCategories защищенное свойство

ListViewCategories control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ListView ListViewCategories
Результат global::System.Web.UI.WebControls.ListView

PanelCategories защищенное свойство

PanelCategories control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel PanelCategories
Результат global::System.Web.UI.WebControls.Panel