FieldPropertiesTree_CssHoverNode Property |
The CSS class to use as the style for rendering a tree node when the mouse pointer is positioned over it, default is TreeHover.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string Tree_CssHoverNode { get; }
ReadOnly Property Tree_CssHoverNode As String
Get
Property Value
Type:
StringThe CSS class to use as the style for rendering a tree node when the mouse pointer is positioned over it, default is TreeHover.
Remarks
Applies to CellType Tree only.
See Also