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

FileManagerImages.ThumbnailsCheckBoxUnchecked Property

Provides access to the settings that define the image of check boxes in the unchecked state when the thumbnail view is used.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImagePropertiesEx ThumbnailsCheckBoxUnchecked { get; }

Property Value

Type Description
ImagePropertiesEx

An ImagePropertiesEx object that contains image settings.

Remarks

Use the ThumbnailsCheckBoxUnchecked property to assign the image to check boxes in an unchecked state within a file manager when it uses the thumbnail view (the FileManagerSettingsFileList.View property is set to Thumbnails).

Note

Note that if you specify the ThumbnailsCheckBoxUnchecked property, you should set the image size via the Height and Width properties.

ASPxFileManager_CheckBoxes

See Also