Back to Devexpress

CardViewGroupSelectorItem Members

aspnet-devexpress-dot-web-dot-cardviewgroupselectoritem-dot-underscore-members.md

latest4.8 KB
Original Source

CardViewGroupSelectorItem Members

Represents the group selector’s item.

Constructors

NameDescription
CardViewGroupSelectorItem()Initializes a new instance of the CardViewGroupSelectorItem class.
CardViewGroupSelectorItem(String, CardViewColumn[])Initializes a new instance of the CardViewGroupSelectorItem class.
CardViewGroupSelectorItem(String)Initializes a new instance of the CardViewGroupSelectorItem class.

Properties

NameDescription
CollectionGets the collection to which an item belongs. Inherited from CollectionItem.
ColumnsProvides access to the group selector item’s column collection.
ImageUrlGets or sets the path to the image displayed within the item. Inherited from ListEditItem.
IndexGets or sets the item’s index within the collection. Inherited from CollectionItem.
TextGets or sets the list item’s text. Inherited from ListEditItem.

Methods

NameDescription
Assign(CollectionItem)Copies the public properties from the specified object to the current one.
Equals(Object, Object) staticDetermines 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.
GetDataItem()Returns the data source’s item object of the specified list item. Inherited from ListEditItem.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
GetValue(String)Obsolete. Returns the value of the specified column within the list item. Inherited from ListEditItemBase.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
SetValue(String, Object)Obsolete. Modifies the value of the specified column within the list item. Inherited from ListEditItemBase.
ToString()Returns a string that identifies the ListEditItemBase object. Inherited from ListEditItemBase.

See Also

CardViewGroupSelectorItem Class

DevExpress.Web Namespace