Click or drag to resize

FieldPropertiesCheckBox_ImageClasses Property

The CSS classes to use with the imageChecked jQuery plugin. The plugin will be used if a value is provided. The checked and unchecked image class names should be separated by a pipe ("|") character. Typically each class should specify a background-image, width, and height.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string CheckBox_ImageClasses { get; }

Property Value

Type: String
The CSS classes to use with the imageChecked jQuery plugin. The plugin will be used if a value is provided. The checked and unchecked image class names should be separated by a pipe ("|") character. Typically each class should specify a background-image, width, and height.
Remarks
Applies to CellType CheckBox only.
See Also