BreakpointsLayoutCollection<T> Class
A collection to store breakpoints objects.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public class BreakpointsLayoutCollection<T> :
Collection<T>
where T : BreakpointsLayoutBreakpoint, new()
Type Parameters
Name |
---|
T |
Inheritance
Object
StateManagedCollectionBase
Collection
Collection<T>
BreakpointsLayoutCollection<T>
See Also