A newer version of this page is available.
Switch to the current version.
XRFieldEmbeddableControl Class
The base for all report controls that support the data binding using embedded fields.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
public class XRFieldEmbeddableControl :
XRControl,
IDisplayNamePropertyContainer
Public Class XRFieldEmbeddableControl
Inherits XRControl
Implements IDisplayNamePropertyContainer
Remarks
The XRFieldEmbeddableControl class provides the basic functionality for all controls which XRControl.Text property may contain embedded data fields. Note that this class is intended for internal use only, and normally you need to work with its descendants only.
Implements
DevExpress.Utils.Serializing.Helpers.IXtraSupportDeserializeCollectionItem
DevExpress.Utils.Serializing.IXtraSerializable
Inheritance
See Also
Feedback