Skip to main content
A newer version of this page is available. .
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 Gets or sets a template for displaying data cells.
DataRow Gets or sets a template for displaying data rows.
DetailRow Gets or sets a template for displaying detail rows.
EditForm Gets or sets a template for displaying the edit form.
EmptyDataRow Gets or sets a template for displaying the empty data row.
FilterCell Gets or sets a template for displaying a filter row cell.
FilterRow Gets or sets a template for displaying a filter row.
FooterCell Gets or sets a template for displaying footer cells.
FooterRow Gets or sets a template for displaying the footer.
GroupFooterCell Gets or sets a template for displaying a group footer cell.
GroupFooterRow Gets or sets a template for displaying a group footer row.
GroupRow Gets or sets a template for displaying group rows.
GroupRowContent Gets or sets a template for displaying the content of group rows.
Header Gets or sets a template for displaying column headers.
HeaderCaption Gets or sets a template for displaying column header captions.
PagerBar Gets or sets a template for displaying the ASPxGridView’s pager.
PreviewRow Gets or sets a template for displaying preview rows.
StatusBar Gets or sets a template for displaying the ASPxGridView’s status bar.
TitlePanel Gets or sets a template for displaying 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