Skip to main content
A newer version of this page is available. .

MarginBand Class

The base for the TopMarginBand and BottomMarginBand classes.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public abstract class MarginBand :
    Band

Remarks

This class implements the basic functionality for the TopMarginBand and BottomMarginBand classes and hides the MarginBand.PageBreak property, because it’s impossible to set a page break before or after these bands.

Implements

DevExpress.Utils.Serializing.Helpers.IXtraSupportDeserializeCollectionItem
DevExpress.Utils.Serializing.IXtraSerializable
See Also