CardViewGroupSelectorItem Members
Represents the group selector’s item.Constructors
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| Columns | Provides access to the group selector item’s column collection. |
| ImageUrl | Gets or sets the path to the image displayed within the item. Inherited from ListEditItem. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| Text | Gets or sets the list item’s text. Inherited from ListEditItem. |
Methods
| Name | Description |
|---|---|
| Assign(CollectionItem) | Copies the public properties from the specified object to the current one. |
| 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. |
| 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() 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. |
| 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