CardViewTemplates Members
Contains templates used to display the ASPxCardView‘s visual elements.Constructors
Name | Description |
---|---|
CardViewTemplates(IPropertiesOwner) | Initializes a new instance of the CardViewTemplates class with the specified owner. |
Properties
Name | Description |
---|---|
Card | Gets or sets a template for displaying cards. |
CardFooter | Gets or sets a template for displaying the card footer. |
CardHeader | Gets or sets a template for displaying the card header. |
DataItem | Gets or sets a template for displaying a data item. |
EditForm | Gets or sets a template for displaying the edit form. |
EditItem | Gets or sets a template for displaying the cell within a card that is in edit mode. |
GroupRow | Gets or sets a template for displaying group rows. |
GroupRowContent | Gets or sets a template for displaying the content of group rows. |
Header | Gets or sets a template for displaying column headers. |
HeaderPanel | Gets or sets a template for displaying the Header Panel. |
PagerBar | Gets or sets a template for displaying the ASPxCardView’s pager. |
StatusBar | Gets or sets a template for displaying the ASPxCardView’s status bar. |
TitlePanel | Gets or sets a template for displaying the Title Panel. |
Methods
Name | Description |
---|---|
Assign(PropertiesBase) | Copies the settings from the specified PropertiesBase object to the current object. |
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