Skip to main content
.NET 6.0+

CustomizeImageInfoEventArgs.IsEnabled Property

Specifies whether the retrieved image is converted to grayscale.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool IsEnabled { get; }

Property Value

Type Description
Boolean

true, if the retrieved image is converted to grayscale; otherwise, false.

See Also