Skip to main content
Tab

BreakpointsLayoutCollection<T> Class

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

#Implements

DevExpress.Utils.IAssignableCollection

#Inheritance

See Also