DataViewBreakpoint Constructors
Provides settings that allows you to specify breakpoints at which the Card View and Data View rearrange their items if the browser width changes.Name | Parameters | Description |
---|---|---|
DataViewBreakpoint() | none | Initializes a new instance of the DataViewBreakpoint class. |
DataViewBreakpoint(BreakpointsLayoutDeviceSizes, Int32) | deviceSize, itemsPerRow | Initializes a new instance of the DataViewBreakpoint class. |
DataViewBreakpoint(Int32, Int32) | maxWidth, itemsPerRow | Initializes a new instance of the DataViewBreakpoint class. |
See Also