Skip to main content

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 you to specify a footer template.
SetCardFooterTemplateContent(String) Allows you to specify a footer template.
SetCardHeaderTemplateContent(Action<CardViewCardHeaderTemplateContainer>) Allows you to specify a column header template.
SetCardHeaderTemplateContent(String) Allows you to specify a card header template.
SetCardTemplateContent(Action<CardViewCardTemplateContainer>) Allows you to specify a card template.
SetCardTemplateContent(String) Allows you to specify a card template.
SetDataItemTemplateContent(Action<CardViewDataItemTemplateContainer>) Allows you to specify a data cell template.
SetDataItemTemplateContent(String) Allows you to specify a data cell template.
SetEditFormTemplateContent(Action<CardViewEditFormTemplateContainer>) Allows you to specify an edit form template.
SetEditFormTemplateContent(String) Allows you to specify an edit form template.
SetEditItemTemplateContent(Action<CardViewEditItemTemplateContainer>) Allows you to specify an edit item template.
SetEditItemTemplateContent(String) Allows you to specify an edit form template.
SetGroupRowTemplate(Action<CardViewGroupRowTemplateContainer>) Allows you to specify a group row template.
SetGroupRowTemplate(String) Allows you to specify a group row template.
SetGroupRowTemplateContent(Action<CardViewGroupRowTemplateContainer>) Allows you to specify a group row template.
SetGroupRowTemplateContent(String) Allows you to specify a group row template.
SetHeaderPanelTemplateContent(Action<CardViewHeaderPanelTemplateContainer>) Allows you to specify a header panel template.
SetHeaderPanelTemplateContent(String) Allows you to specify a header panel template.
SetHeaderTemplateContent(Action<CardViewHeaderTemplateContainer>) Allows you to specify a column header template.
SetHeaderTemplateContent(String) Allows you to specify a column header template.
SetPagerBarTemplateContent(Action<CardViewPagerBarTemplateContainer>) Allows you to specify a pager template.
SetPagerBarTemplateContent(String) Allows you to specify a pager template.
SetStatusBarTemplateContent(Action<CardViewStatusBarTemplateContainer>) Allows you to specify a status bar template.
SetStatusBarTemplateContent(String) Allows you to specify a status bar template.
SetTitlePanelTemplateContent(Action<CardViewTitleTemplateContainer>) Allows you to specify a title panel template.
SetTitlePanelTemplateContent(String) Allows you to specify a title panel template.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also