Back to Devexpress

LayoutBreakpoints Class

aspnet-devexpress-dot-web-c65df32e.md

latest2.1 KB
Original Source

LayoutBreakpoints Class

A collection of LayoutBreakpoint objects.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class LayoutBreakpoints :
    Collection<LayoutBreakpoint>
vb
Public Class LayoutBreakpoints
    Inherits Collection(Of LayoutBreakpoint)

The following members return LayoutBreakpoints objects:

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<LayoutBreakpoint>

ICollection<LayoutBreakpoint>

IEnumerable<LayoutBreakpoint>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<LayoutBreakpoint> LayoutBreakpoints

See Also

LayoutBreakpoints Members

DevExpress.Web Namespace