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

CardViewSettings Methods

Contains the CardView extension settings.
Name Description
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.
SetCardFooterTemplateContent(Action<CardViewCardFooterTemplateContainer>) Allows setting a template for displaying the footer.
SetCardFooterTemplateContent(String) Allows setting a template for displaying the footer.
SetCardHeaderTemplateContent(Action<CardViewCardHeaderTemplateContainer>) Allows setting a template for displaying column headers.
SetCardHeaderTemplateContent(String) Allows setting a template for displaying card headers.
SetCardTemplateContent(Action<CardViewCardTemplateContainer>) Allows setting a template for displaying data cards.
SetCardTemplateContent(String) Allows setting a template for displaying data cards.
SetDataItemTemplateContent(Action<CardViewDataItemTemplateContainer>) Allows setting a template for displaying data cells.
SetDataItemTemplateContent(String) Allows setting a template for displaying data cells.
SetEditFormTemplateContent(Action<CardViewEditFormTemplateContainer>) Allows setting a template for displaying an edit form.
SetEditFormTemplateContent(String) Allows setting a template for displaying an edit form.
SetEditItemTemplateContent(Action<CardViewEditItemTemplateContainer>) Allows setting a template for displaying an edit item.
SetEditItemTemplateContent(String) Allows setting a template for displaying an edit item.
SetGroupRowTemplate(Action<CardViewGroupRowTemplateContainer>) Allows setting a template for displaying group rows.
SetGroupRowTemplate(String) Allows setting a template for displaying group rows.
SetGroupRowTemplateContent(Action<CardViewGroupRowTemplateContainer>) Allows setting a template for displaying group rows.
SetGroupRowTemplateContent(String) Allows setting a template for displaying group rows.
SetHeaderPanelTemplateContent(Action<CardViewHeaderPanelTemplateContainer>) Allows setting a template for displaying a header panel.
SetHeaderPanelTemplateContent(String) Allows setting a template for displaying a header panel.
SetHeaderTemplateContent(Action<CardViewHeaderTemplateContainer>) Allows setting a template for displaying column headers.
SetHeaderTemplateContent(String) Allows setting a template for displaying column headers.
SetPagerBarTemplateContent(Action<CardViewPagerBarTemplateContainer>) Allows setting a template for displaying the pager.
SetPagerBarTemplateContent(String) Allows setting a template for displaying the pager.
SetStatusBarTemplateContent(Action<CardViewStatusBarTemplateContainer>) Allows setting a template for displaying the status bar.
SetStatusBarTemplateContent(String) Allows setting a template for displaying the status bar.
SetTitlePanelTemplateContent(Action<CardViewTitleTemplateContainer>) Allows setting a template for displaying the title panel.
SetTitlePanelTemplateContent(String) Allows setting a template for displaying the title panel.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also