Skip to main content

CheckBoxBrick.CheckText Property

Gets or sets the text associated with the CheckBoxBrick object.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type Default Description
String null

A String value.

See Also