Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CaptionsForBoolValuesAttribute.CaptionForFalse Property

Specifies the caption displayed for the property’s false value.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public string CaptionForFalse { get; }

Property Value

Type Description
String

A string specifying the caption displayed for the property’s false value.

See Also