Skip to main content

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 Specifies a template to display data cells. Inherited from GridViewTemplates.
DataRow Specifies a template to display data rows. Inherited from GridViewTemplates.
DetailRow Specifies a template to display detail rows. Inherited from GridViewTemplates.
EditForm Specifies a template to display an edit form. Inherited from GridViewTemplates.
EmptyDataRow Specifies a template to display an empty data row. Inherited from GridViewTemplates.
FilterCell Specifies a template to display a filter row cell. Inherited from GridViewTemplates.
FilterRow Specifies a template to display a filter row. Inherited from GridViewTemplates.
FooterCell Specifies a template to display footer cells. Inherited from GridViewTemplates.
FooterRow Specifies a template to display the footer. Inherited from GridViewTemplates.
GroupFooterCell Specifies a template to display a group footer cell. Inherited from GridViewTemplates.
GroupFooterRow Specifies a template to display a group footer row. Inherited from GridViewTemplates.
GroupRow Specifies a template to display group rows. Inherited from GridViewTemplates.
GroupRowContent Specifies a template to display the group row content. Inherited from GridViewTemplates.
Header Specifies a template to display column headers. Inherited from GridViewTemplates.
HeaderCaption Specifies a template to display column header captions. Inherited from GridViewTemplates.
PagerBar Specifies a template to display the pager. Inherited from GridViewTemplates.
PreviewRow Specifies a template to display preview rows. Inherited from GridViewTemplates.
StatusBar Specifies a template to display the status bar. Inherited from GridViewTemplates.
TitlePanel Specifies a template to display 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