[]
Gets or sets a value indicating whether the control should hide the first delimiter.
[C1Category("Appearance")]
[C1Description("C1CommandMenu.HideFirstDelimiter", "Gets or sets a value indicating whether the control should hide the first delimiter.")]
public bool HideFirstDelimiter { get; set; }
C1CommandLink.Delimiter property shows a delimiter before a C1CommandLink present at C1ContextMenu. The HideFirstDelimiter property hides the delimiter for the first visible C1CommandLink even the Delimiter property of the C1CommandLink is True.