Back to Devexpress

RangePermissionBoxCollection Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-f92e4f3d.md

latest2.1 KB
Original Source

RangePermissionBoxCollection Class

A collection of RangePermissionBox elements.

Namespace : DevExpress.XtraRichEdit.API.Layout

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class RangePermissionBoxCollection :
    LayoutElementCollection<RangePermissionBox>
vb
Public Class RangePermissionBoxCollection
    Inherits LayoutElementCollection(Of RangePermissionBox)

The following members return RangePermissionBoxCollection objects:

Implements

DevExpress.Office.ISimpleCollection<RangePermissionBox>

IEnumerable<RangePermissionBox>

ICollection

IEnumerable

Inheritance

Object LayoutElementCollection<RangePermissionBox> RangePermissionBoxCollection

See Also

RangePermissionBoxCollection Members

DevExpress.XtraRichEdit.API.Layout Namespace