FileManagerImages.DetailsCheckBoxChecked Property
Provides access to the settings that define an image of check boxes in the checked state, when the details view is used.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public ImagePropertiesEx DetailsCheckBoxChecked { get; }
Public ReadOnly Property DetailsCheckBoxChecked As ImagePropertiesEx
Property Value
Type | Description |
---|---|
ImagePropertiesEx | An ImagePropertiesEx object that contains image settings. |
Available values:
Name | Description |
---|---|
UrlDisabled | Gets or sets the URL of the image displayed for an element's disabled state. |
SpriteProperties | Gets the settings defining the image position within a sprite image. |
ImagePropertiesEx(IPropertiesOwner) | Initializes a new instance of the ImagePropertiesEx class with the specified owner. |
ImagePropertiesEx(String, String) | Initializes a new instance of the ImagePropertiesEx class with the specified image locations. |
ImagePropertiesEx(String) | Initializes a new instance of the ImagePropertiesEx class with the specified image location. |
ImagePropertiesEx() | Initializes a new instance of the ImagePropertiesEx class. |
Remarks
Use the DetailsCheckBoxChecked property to assign an image to check boxes in a checked state within a file manager, when it uses a details view (the FileManagerSettingsFileList.View property is set to Details). To specify an unchecked check box image use FileManagerImages.DetailsCheckBoxUnchecked.
NOTE
Note that if you specify the DetailsCheckBoxChecked property, you should set the image size via the Height and Width properties.