Click or drag to resize

CellIconAttrs Enumeration

Cell attributes specific to Icon cells.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum CellIconAttrs
Members
  Member nameValueDescription
HideIfMissing1The icon should be hidden if its image file cannot be found.
IsDataDriven2The icon should be disabled when record is locked (applies only when UsedAsButton also set).
UsedAsButton4The icon is used as a button.
LockPerMapper8Normally icons UsedAsButton are not locked on existing records if the mapper is has DenyUpdate specified. Set this attribute to override that behaviour.
See Also