Skip to main content
Box

LayoutElementCollection<T>.Count Property

Gets the number of elements in the collection.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer that is the number of elements.

See Also