Skip to main content
A newer version of this page is available. .

BootstrapGridViewTemplates Members

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

Constructors

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

Properties

Name Description
DataItem Gets or sets a template for displaying data cells. Inherited from GridViewTemplates.
DataRow Gets or sets a template for displaying data rows. Inherited from GridViewTemplates.
DetailRow Gets or sets a template for displaying detail rows. Inherited from GridViewTemplates.
EditForm Gets or sets a template for displaying the edit form. Inherited from GridViewTemplates.
EmptyDataRow Gets or sets a template for displaying the empty data row. Inherited from GridViewTemplates.
FilterCell Gets or sets a template for displaying a filter row cell. Inherited from GridViewTemplates.
FilterRow Gets or sets a template for displaying a filter row. Inherited from GridViewTemplates.
FooterCell Gets or sets a template for displaying footer cells. Inherited from GridViewTemplates.
FooterRow Gets or sets a template for displaying the footer. Inherited from GridViewTemplates.
GroupFooterCell Gets or sets a template for displaying a group footer cell. Inherited from GridViewTemplates.
GroupFooterRow Gets or sets a template for displaying a group footer row. Inherited from GridViewTemplates.
GroupRow Gets or sets a template for displaying group rows. Inherited from GridViewTemplates.
GroupRowContent Gets or sets a template for displaying the content of group rows. Inherited from GridViewTemplates.
Header Gets or sets a template for displaying column headers. Inherited from GridViewTemplates.
HeaderCaption Gets or sets a template for displaying column header captions. Inherited from GridViewTemplates.
PagerBar Gets or sets a template for displaying the ASPxGridView’s pager. Inherited from GridViewTemplates.
PreviewRow Gets or sets a template for displaying preview rows. Inherited from GridViewTemplates.
StatusBar Gets or sets a template for displaying the ASPxGridView’s status bar. Inherited from GridViewTemplates.
TitlePanel Gets or sets a template for displaying the title panel. Inherited from GridViewTemplates.

Methods

Name Description
Assign(PropertiesBase) Copies the settings from the specified PropertiesBase object to the current object. Inherited from GridViewTemplates.
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