Back to Devexpress

BreakpointsLayoutCollection<T> Class

aspnet-devexpress-dot-web-dot-breakpointslayoutcollection-1.md

latest1.9 KB
Original Source

BreakpointsLayoutCollection<T> Class

A collection to store breakpoints objects.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class BreakpointsLayoutCollection<T> :
    Collection<T>
    where T : BreakpointsLayoutBreakpoint, new()
vb
Public Class BreakpointsLayoutCollection(Of T As {BreakpointsLayoutBreakpoint, New})
    Inherits Collection(Of T)

Type Parameters

Name
T

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<T>

ICollection<T>

IEnumerable<T>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<T> BreakpointsLayoutCollection<T>

See Also

BreakpointsLayoutCollection<T> Members

DevExpress.Web Namespace