Skip to main content
A newer version of this page is available. .

CheckBoxBrick.CheckText Property

Gets or sets the text associated with the CheckBoxBrick object.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(null)]
public string CheckText { get; set; }

Property Value

Type Default Description
String *null*

A String value.

See Also