A newer version of this page is available.
Switch to the current version.
Brick.Value Property
Gets or sets an object, containing additional information on the current brick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
[DefaultValue("")]
public object Value { get; set; }
<XtraSerializableProperty>
<DefaultValue("")>
Public Property Value As Object
Property Value
Type | Default | Description |
---|---|---|
Object | Additional information on the current brick. |
Remarks
This property is used to store data within a brick. This data has varied uses. For example, it can identify the current brick if its Brick.ID property value is not unique.
Implements
DevExpress.XtraPrinting.IBaseBrick.Value
See Also
Feedback