BreakpointsLayoutCollection<T> Class
In This Article
A collection to store breakpoints objects.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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