FileManagerImages.ThumbnailsCheckBoxUnchecked Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImagePropertiesEx ThumbnailsCheckBoxUnchecked { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#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 Thumbnails
See Also