Member Table: Templates
Server
Member | Description |
---|---|
ASPxGridView.Templates | Provides access to the templates used to display the ASPxGridView's elements (cells, rows, etc.). |
ASPxGridView.FindDetailRowTemplateControl | Searches for the server control contained within the specified detail row's template. |
ASPxGridView.FindEditFormTemplateControl | Searches for the specified server control contained within the Edit Form's template. |
ASPxGridView.FindEditRowCellTemplateControl | Searches for the specified server control contained within the specified edit cell's template. |
ASPxGridView.FindGroupRowTemplateControl | Searches for the server control contained within the specified group row's template. |
ASPxGridView.FindHeaderTemplateControl | Searches for the specified server control contained within the column header's template. |
ASPxGridView.FindPreviewRowTemplateControl | Searches for the specified server control contained within the specified preview row's template. |
ASPxGridView.FindRowCellTemplateControl | Searches for the server control contained within the specified data cell's template. |
ASPxGridView.FindRowTemplateControl | Searches for the specified server control contained within the specified data row's template. |
ASPxGridView.FindStatusBarTemplateControl | Searches for the specified server control contained within the Status Bar. |
ASPxGridView.FindTitleTemplateControl | Searches for the specified server control contained within the Title Panel. |
ASPxGridView.FindEmptyDataRowTemplateControl | Searches for the server control contained within the Empty Data Row. |
ASPxGridView.FindFooterRowTemplateControl | Searches for the server control contained within the Footer's template. |
ASPxGridView.FindFooterCellTemplateControl | Searches for the server control contained within the specified footer cell's template. |
ASPxGridView.FindPagerBarTemplateControl | Searches for the specified server control contained within the pager bar. |
Feedback