Skip to main content
.NET Framework 4.5.2+
Box

LayoutElementCollection<T>.Count Property

Gets the number of elements in the collection.

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v23.1.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer that is the number of elements.

See Also