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