Gets or sets the display type of navigation buttons.

Namespace:  C1.Web.UI.Controls.C1Calendar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute(NavigationButton.Quick)]
[NotifyParentPropertyAttribute(true)]
[LayoutAttribute(LayoutType.Behavior)]
[JsonAttribute(true, true, NavigationButton.Quick)]
[C1CategoryAttribute("Category.Navigation")]
public NavigationButton NavigationButton { get; set; }
Visual Basic
<DefaultValueAttribute(NavigationButton.Quick)> _
<NotifyParentPropertyAttribute(True)> _
<LayoutAttribute(LayoutType.Behavior)> _
<JsonAttribute(True, True, NavigationButton.Quick)> _
<C1CategoryAttribute("Category.Navigation")> _
Public Property NavigationButton As NavigationButton
	Get
	Set

See Also