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

FileManagerImages.DetailsCheckBoxUnchecked Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ImagePropertiesEx DetailsCheckBoxUnchecked { get; }

Property Value

Type Description
ImagePropertiesEx

An ImagePropertiesEx object that contains image settings.

Remarks

Use the DetailsCheckBoxUnchecked property to assign an image to check boxes in the unchecked state within a file manager, when it uses a details view (the FileManagerSettingsFileList.View property is set to Details). To specify a checked check box image use FileManagerImages.DetailsCheckBoxChecked.

Note

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

See Also