Back to Devexpress

CardViewBreakpoint Members

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

latest4.3 KB
Original Source

CardViewBreakpoint Members

Provides settings that allows you to specify breakpoints at which the Card View rearranges its cards if the browser width changes.

Constructors

NameDescription
CardViewBreakpoint()Initializes a new instance of the CardViewBreakpoint class.
CardViewBreakpoint(BreakpointsLayoutDeviceSizes, Int32)Initializes a new instance of the CardViewBreakpoint class.
CardViewBreakpoint(Int32, Int32)Initializes a new instance of the CardViewBreakpoint class.

Properties

NameDescription
CardsPerRowSpecifies the number of cards the control displays in a row.
CollectionGets the collection to which an item belongs. Inherited from CollectionItem.
DeviceSizeGets or sets the device size. Inherited from BreakpointsLayoutBreakpoint.
IndexGets or sets the item’s index within the collection. Inherited from CollectionItem.
MaxWidthSpecifies the maximum browser width at which the control rearranges its items. Inherited from BreakpointsLayoutBreakpoint.

Methods

NameDescription
Assign(CollectionItem)Copies the public properties from the specified object to the current one. Inherited from BreakpointsLayoutBreakpoint.
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.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
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.
ToString()Returns the string that represents the current object. Inherited from CollectionItem.

See Also

CardViewBreakpoint Class

DevExpress.Web Namespace