Back to Devexpress

XRCrossBandBox Properties

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcrossbandbox-dot-underscore-properties.md

latest13.0 KB
Original Source

XRCrossBandBox Properties

A box that can be drawn across several report bands.

NameDescription
AnchorHorizontalSpecifies the horizontal anchoring type of a report control. Inherited from XRControl.
AnchorVerticalInherited from XRCrossBandControl.
BandProvides access to the owner band, in which the current control is situated. Inherited from XRControl.
BorderColorGets or sets the control’s border color. Inherited from XRControl.
BorderDashStyleOverrides the XRControl.BorderDashStyle property, to hide it.
BordersSpecifies a set of borders (top, right, bottom, left) that should be visible for the control.
BorderWidthSpecifies the width of control borders in pixels as a floating point value.
BottomFGets the Y-coordinate of the control’s bottom edge (measured in report units). Inherited from XRControl.
BoundsFSpecifies the location and size of a report element, according to the system of measurement selected for the report. Inherited from XRControl.
CanGrowGets or sets a value indicating whether the control’s height can grow in order to display the content in its entirety. Inherited from XRControl.
CanHaveChildrenGets a value indicating whether the control can contain other controls. Inherited from XRControl.
CanPublishOptionsSpecifies report control visibility on printouts and in documents exported to specific formats. Inherited from XRControl.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
CanShrinkGets or sets a value that determines whether the height of a control can decrease if its content does not completely fill the control. Inherited from XRControl.
ContainerGets the IContainer that contains the Component. Inherited from Component.
ControlsGets the collection of XRControl objects or their descendants that are contained in this control. Inherited from XRControl.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
EndBandGets or sets a band, from which a cross-band control finishes its drawing. Inherited from XRCrossBandControl.
EndPointFGets or sets the ending point where the control ends drawing. Inherited from XRCrossBandControl.
EndPointFloatFor internal use only. Specifies the end position of an XRCrossBandControl descendant. Inherited from XRCrossBandControl.
EvenStyleNameGets or sets the style applied to the control when it displays an even record from the bound data source. Inherited from XRControl.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
ExpressionBindingsProvides access to a control’s collection of expression bindings. Inherited from XRControl.
HasChildrenGets a value indicating whether the control contains other XRControl objects. Inherited from XRControl.
HeightFSpecifies the control’s height (measured in report units). Inherited from XRControl.
IndexGets the zero-based index of this control in its parent’s collection of controls. Inherited from XRControl.
IsDisposedFor internal use. Gets a value indicating whether the control has been disposed of. Inherited from XRControl.
IsSingleChildChecks whether the report element (control or band) is a single child of its parent. Inherited from XRControl.
LeftFSpecifies the X-coordinate of the control’s left edge (measured in report units). Inherited from XRControl.
LockedInUserDesignerGets or sets a value that specifies whether this control can be changed by an end-user in the End-User Designer. Inherited from XRControl.
NameGets or sets a name of the control. Inherited from XRControl.
OddStyleNameGets or sets the style applied to the control when it displays an odd record from the bound data source. Inherited from XRControl.
ParentSpecifies the parent object that contains the current control. Inherited from XRControl.
ReportGets the report which contains the cross-band control. Inherited from XRCrossBandControl.
RightFGets the X-coordinate of the control’s right edge (measured in report units). Inherited from XRControl.
RootReportGets the root report. Inherited from XRCrossBandControl.
SiteGets or sets the ISite of the Component. Inherited from Component.
SnapLineMarginSpecifies the control’s margins that are maintained when the control is aligned using snap lines. Inherited from XRControl.
StartBandGets or sets a band, from which a cross-band control starts its drawing. Inherited from XRCrossBandControl.
StartPointFGets or sets the starting point where the cross-band control starts drawing. Inherited from XRCrossBandControl.
StartPointFloatFor internal use only. Specifies the start position of an XRCrossBandControl descendant. Inherited from XRCrossBandControl.
StyleNameGets or sets the name of the style, which is applied to the current control. Inherited from XRControl.
TopFGets or sets the Y-coordinate of the control’s top edge (measured in report units). Inherited from XRControl.
VisibleGets or sets a value that specifies whether the report control is displayed in the document. Inherited from XRControl.
WidthFGets or sets the control’s width. Inherited from XRCrossBandControl.

See Also

XRCrossBandBox Class

XRCrossBandBox Members

DevExpress.XtraReports.UI Namespace