Back to Devexpress

Member Table: Templates

aspnet-3777-components-grid-view-member-tables-member-table-templates.md

latest3.5 KB
Original Source

Member Table: Templates

  • Nov 18, 2021

Server

MemberDescription
ASPxGridView.TemplatesProvides access to the templates used to display the ASPxGridView’s elements (cells, rows, etc.).
ASPxGridView.FindDetailRowTemplateControlSearches for the server control contained within the specified detail row’s template.
ASPxGridView.FindEditFormTemplateControlSearches for the specified server control contained within the Edit Form’s template.
ASPxGridView.FindEditRowCellTemplateControlSearches for the server control contained within the specified edit cell’s template.
ASPxGridView.FindGroupRowTemplateControlSearches for the server control contained within the specified group row’s template.
ASPxGridView.FindHeaderTemplateControlSearches for the specified server control contained within the column header’s template.
ASPxGridView.FindPreviewRowTemplateControlSearches for the server control contained within the specified preview row’s template.
ASPxGridView.FindRowCellTemplateControlSearches for the server control contained within the specified data cell’s template.
ASPxGridView.FindRowTemplateControlSearches for the server control contained within the specified data row’s template.
ASPxGridView.FindStatusBarTemplateControlSearches for the specified server control contained within the Status Bar.
ASPxGridView.FindTitleTemplateControlSearches for the specified server control contained within the Title Panel.
ASPxGridView.FindEmptyDataRowTemplateControlSearches for the server control contained within the Empty Data Row.
ASPxGridView.FindFooterRowTemplateControlSearches for the server control contained within the Footer‘s template.
ASPxGridView.FindFooterCellTemplateControlSearches for the server control contained within the specified footer cell‘s template.
ASPxGridView.FindPagerBarTemplateControlSearches for the specified server control contained within the pager bar.