Skip to main content
.NET Framework 4.6.2+

ImagesForBoolValuesAttribute.ImageForFalse Property

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

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

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