Back to Devexpress

XRCrossBandControl Properties

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

latest13.1 KB
Original Source

XRCrossBandControl Properties

The base for controls which are not restricted to a particular Band, but are drawn across multiple bands based on the specified start and end points.

NameDescription
AnchorHorizontalSpecifies the horizontal anchoring type of a report control. Inherited from XRControl.
AnchorVertical
BackColorGets or sets a control’s background color. Inherited from XRControl.
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.
BorderDashStyleSpecifies the dash style for the control’s border. Inherited from XRControl.
BordersSpecifies a set of borders (top, right, bottom, left) that should be visible for the control. Inherited from XRControl.
BorderWidthSpecifies the width of cell borders in pixels, as a floating point value. Inherited from XRControl.
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.
EndPointFGets or sets the ending point where the control ends drawing.
EndPointFloatFor internal use only. Specifies the end position of an XRCrossBandControl descendant.
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.
ForeColorGets or sets the control’s foreground color. 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.
PaddingGets or sets the control’s padding values (measured in report units). Inherited from XRControl.
ParentSpecifies the parent object that contains the current control. Inherited from XRControl.
ReportGets the report which contains the cross-band control.
RightFGets the X-coordinate of the control’s right edge (measured in report units). Inherited from XRControl.
RootReportGets the root report.
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.
StartPointFGets or sets the starting point where the cross-band control starts drawing.
StartPointFloatFor internal use only. Specifies the start position of an XRCrossBandControl descendant.
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.

See Also

XRCrossBandControl Class

XRCrossBandControl Members

DevExpress.XtraReports.UI Namespace