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

CardViewSettings<CardType> 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.
KeyFields<ValueType>(Expression<Func<CardType, ValueType>>[]) Allows defining the key fields.
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. Inherited from CardViewSettings.
SetCardFooterTemplateContent(String) Allows setting a template for displaying the footer. Inherited from CardViewSettings.
SetCardHeaderTemplateContent(Action<CardViewCardHeaderTemplateContainer>) Allows setting a template for displaying column headers. Inherited from CardViewSettings.
SetCardHeaderTemplateContent(String) Allows setting a template for displaying card headers. Inherited from CardViewSettings.
SetCardTemplateContent(Action<CardViewCardTemplateContainer>) Allows setting a template for displaying data cards. Inherited from CardViewSettings.
SetCardTemplateContent(String) Allows setting a template for displaying data cards. Inherited from CardViewSettings.
SetDataItemTemplateContent(Action<CardViewDataItemTemplateContainer>) Allows setting a template for displaying data cells. Inherited from CardViewSettings.
SetDataItemTemplateContent(String) Allows setting a template for displaying data cells. Inherited from CardViewSettings.
SetEditFormTemplateContent(Action<CardViewEditFormTemplateContainer>) Allows setting a template for displaying an edit form. Inherited from CardViewSettings.
SetEditFormTemplateContent(String) Allows setting a template for displaying an edit form. Inherited from CardViewSettings.
SetEditItemTemplateContent(Action<CardViewEditItemTemplateContainer>) Allows setting a template for displaying an edit item. Inherited from CardViewSettings.
SetEditItemTemplateContent(String) Allows setting a template for displaying an edit item. Inherited from CardViewSettings.
SetGroupRowTemplate(Action<CardViewGroupRowTemplateContainer>) Allows setting a template for displaying group rows. Inherited from CardViewSettings.
SetGroupRowTemplate(String) Allows setting a template for displaying group rows. Inherited from CardViewSettings.
SetGroupRowTemplateContent(Action<CardViewGroupRowTemplateContainer>) Allows setting a template for displaying group rows. Inherited from CardViewSettings.
SetGroupRowTemplateContent(String) Allows setting a template for displaying group rows. Inherited from CardViewSettings.
SetHeaderPanelTemplateContent(Action<CardViewHeaderPanelTemplateContainer>) Allows setting a template for displaying a header panel. Inherited from CardViewSettings.
SetHeaderPanelTemplateContent(String) Allows setting a template for displaying a header panel. Inherited from CardViewSettings.
SetHeaderTemplateContent(Action<CardViewHeaderTemplateContainer>) Allows setting a template for displaying column headers. Inherited from CardViewSettings.
SetHeaderTemplateContent(String) Allows setting a template for displaying column headers. Inherited from CardViewSettings.
SetPagerBarTemplateContent(Action<CardViewPagerBarTemplateContainer>) Allows setting a template for displaying the pager. Inherited from CardViewSettings.
SetPagerBarTemplateContent(String) Allows setting a template for displaying the pager. Inherited from CardViewSettings.
SetStatusBarTemplateContent(Action<CardViewStatusBarTemplateContainer>) Allows setting a template for displaying the status bar. Inherited from CardViewSettings.
SetStatusBarTemplateContent(String) Allows setting a template for displaying the status bar. Inherited from CardViewSettings.
SetTitlePanelTemplateContent(Action<CardViewTitleTemplateContainer>) Allows setting a template for displaying the title panel. Inherited from CardViewSettings.
SetTitlePanelTemplateContent(String) Allows setting a template for displaying the title panel. Inherited from CardViewSettings.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also