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

CustomizeImageInfoEventArgs.IsEnabled Property

Specifies whether the retrieved image is converted to grayscale.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public bool IsEnabled { get; }

Property Value

Type Description
Boolean

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

See Also