ShowVerticalSeparator Property (C1CommandMenu)
In This Topic
Gets or sets a value indicating whether the control should show vertical separator line between C1CommandLink's image or check icon and text.
Syntax
'Declaration
Public Property ShowVerticalSeparator As Boolean
public bool ShowVerticalSeparator {get; set;}
See Also