Skip to main content
Box

StrikeoutBoxCollection Class

A collection of StrikeoutBox elements.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

Declaration

public class StrikeoutBoxCollection :
    LayoutElementCollection<StrikeoutBox>

The following members return StrikeoutBoxCollection objects:

Implements

DevExpress.Office.ISimpleCollection<StrikeoutBox>

Inheritance

See Also