MVCxCardViewPageSizeItemSettings Members
Contains pager size item settings.Constructors
| Name | Description |
|---|---|
| MVCxCardViewPageSizeItemSettings(IPropertiesOwner) | Initializes a new instance of the MVCxCardViewPageSizeItemSettings class with the specified owner. |
Properties
| Name | Description |
|---|---|
| AllItemText | Gets or sets a text displayed within the Page Size Item element’s drop-down window All item. Inherited from PageSizeItemSettings. |
| Caption | Gets or sets the Page Size Item element’s caption. Inherited from PageSizeItemSettings. |
| DropDownImage | Gets the settings of a drop-down image displayed within the Page Size Item element. Inherited from PageSizeItemSettings. |
| Items | Gets the collection of items displayed within the page size item element’s drop-down window. Inherited from PageSizeItemSettings. |
| Position | Gets or sets the Page Size Item element’s position within a pager. Inherited from PageSizeItemSettings. |
| ShowAllItem | Gets or sets a value that specifies whether the All item is displayed within the Page Size Item element’s drop-down window. Inherited from PageSizeItemSettings. |
| ShowPopupShadow | Gets or sets a value that specifies whether a page size item drop-down window casts a shadow. Inherited from PageSizeItemSettings. |
| Visible | Gets or sets a value specifying the visibility of a pager button. Inherited from PagerButtonProperties. |
Methods
| Name | Description |
|---|---|
| Assign(PropertiesBase) | Copies the settings from the specified PropertiesBase object to the current object. Inherited from PageSizeItemSettings. |
| 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