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

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

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

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

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

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

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

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

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

GridWeb1_SaveCommand() защищенный метод

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

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

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

btnApplyCustomStyle_Click() защищенный метод

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

btnSaveCustomStyle_Click() защищенный метод

protected btnSaveCustomStyle_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

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

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

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

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

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

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