Skip to main content
A newer version of this page is available. .
Tab

BreakpointsLayoutCollection<T> Class

A collection to store breakpoints objects.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class BreakpointsLayoutCollection<T> :
    Collection<T>
    where T : BreakpointsLayoutBreakpoint, new()

Type Parameters

Name
T

Implements

DevExpress.Utils.IAssignableCollection

Inheritance

See Also