ProgressBarBrick.TextValue Property
SECURITY NOTE
Deserializing layout settings from untrusted resources may create security issues. Serializable System.Object
properties that contain custom type values are not (de)serialized automatically. Review the following help topic for information on how to (de)serialize custom type values: Safe Deserialization.
Overrides the VisualBrick.TextValue property.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Object | null | A Object which represents the text value that will be shown as the brick’s text. |
Remarks
This property is overridden to change its default value to null (Nothing in Visual Basic).
See Also