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

ImagesForBoolValuesAttribute.ImageForFalse Property

Specifies the name of the image displayed for the property’s false value.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public string ImageForFalse { get; }

Property Value

Type Description
String

A string specifying the name of the image displayed for the property’s false value.

See Also