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

ImagesForBoolValuesAttribute(String, String) Constructor

Initializes a new instance of the ImagesForBoolValuesAttribute class.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v18.2.dll

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