C# Класс Aspose.Cells.GridWeb.Examples.CSharp.Cells.SetCustomFilter

Наследование: System.Web.UI.Page
Показать файл Открыть проект

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

Свойство Тип Описание
GridWeb1 global::Aspose.Cells.GridWeb.GridWeb
btnApplyCustomFilter global::System.Web.UI.WebControls.Button

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

Метод Описание
Page_Load ( object sender, EventArgs e ) : void
btnApplyCustomFilter_Click ( object sender, EventArgs e ) : void

Приватные методы

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

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

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

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

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

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

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

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

GridWeb1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Aspose.Cells.GridWeb.GridWeb GridWeb1
Результат global::Aspose.Cells.GridWeb.GridWeb

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

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