Click or drag to resize

DrilldownAttrs Enumeration

Attribute bits for Drilldown options.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum DrilldownAttrs
Members
  Member nameValueDescription
AddParentInfo1If parent information exists on the current list view, add parent information to the drilldown link.
FireDrilldownEvent2 When this bit is set the datasheet will render the drilldown button as a button instead of a link. Cliicking on that button will result in a RowDrilldown event.
UseEditIcon4 Use the edit icon, instead of the standard drilldown icon on the drilldown link.
See Also