Skip to main content
.NET 6.0+

ImagesForBoolValuesAttribute(String, String) Constructor

Initializes a new instance of the ImagesForBoolValuesAttribute class.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ImagesForBoolValuesAttribute(
    string imageForTrue,
    string imageForFalse
)

Parameters

Name Type Description
imageForTrue String

A string specifying the name of the image displayed for the property’s true value. This parameter’s value is assigned to the ImagesForBoolValuesAttribute.ImageForTrue property.

imageForFalse String

A string specifying the name of the image displayed for the property’s false value. This parameter’s value is assigned to the ImagesForBoolValuesAttribute.ImageForFalse property.

See Also