DivMenuItemIsDivider Property |
Gets/sets whether or not this item is a divider item. A divider item is rendered
as a horizontal separator with no text and has no action associated with it.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool IsDivider { get; set; }
Public Property IsDivider As Boolean
Get
Set
Property Value
Type:
BooleanSee Also