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

FileManagerImages.ThumbnailsCheckBoxChecked Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ImagePropertiesEx ThumbnailsCheckBoxChecked { get; }

Property Value

Type Description
ImagePropertiesEx

An ImagePropertiesEx object that contains image settings.

Remarks

Use the ThumbnailsCheckBoxChecked property to assign an image to check boxes in a checked 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 ThumbnailsCheckBoxChecked property, you should set the image size via the Height and Width properties.

ASPxFileManager_CheckBoxes

See Also