ImagesForBoolValuesAttribute(String, String) Constructor
In This Article
Initializes a new instance of the ImagesForBoolValuesAttribute class.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
image |
String | A string specifying the name of the image displayed for the property’s true value. This parameter’s value is assigned to the Images |
image |
String | A string specifying the name of the image displayed for the property’s false value. This parameter’s value is assigned to the Images |
See Also