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.v24.2.dll
Declaration
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.
See Also