Skip to main content
Tab

GridViewTemplates Members

Contains the templates used to display the ASPxGridView’s data cells, rows, etc.

Constructors

Name Description
GridViewTemplates(IPropertiesOwner) Initializes a new instance of the GridViewTemplates class with the specified owner.

Properties

Name Description
DataItem Specifies a template to display data cells.
DataRow Specifies a template to display data rows.
DetailRow Specifies a template to display detail rows.
EditForm Specifies a template to display an edit form.
EmptyDataRow Specifies a template to display an empty data row.
FilterCell Specifies a template to display a filter row cell.
FilterRow Specifies a template to display a filter row.
FooterCell Specifies a template to display footer cells.
FooterRow Specifies a template to display the footer.
GroupFooterCell Specifies a template to display a group footer cell.
GroupFooterRow Specifies a template to display a group footer row.
GroupRow Specifies a template to display group rows.
GroupRowContent Specifies a template to display the group row content.
Header Specifies a template to display column headers.
HeaderCaption Specifies a template to display column header captions.
PagerBar Specifies a template to display the pager.
PreviewRow Specifies a template to display preview rows.
StatusBar Specifies a template to display the status bar.
TitlePanel Specifies a template to display the title panel.

Methods

Name Description
Assign(PropertiesBase) Copies the settings from the specified PropertiesBase object to the current object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also