Class NavigateButton
Represents a navigate button of the CalendarEdit control.
Inheritance
System.Object
    NavigateButton
  Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class NavigateButton : ContentControlConstructors
NavigateButton()
Declaration
public NavigateButton()Fields
EnabledProperty
Identifies Enabled dependency property.
Declaration
public static readonly DependencyProperty EnabledPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
Properties
Enabled
Gets or sets a value indicating whether navigate button is enabled. This is a dependency property.
Declaration
public bool Enabled { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | Type: System.Boolean Default value is true. | 
Remarks
Navigate button becomes disabled if there is no more available dates.
See Also
System.Boolean
  Methods
OnCreateAutomationPeer()
Creates an appropriate AutomationPeer for CalendarEdit
Declaration
protected override AutomationPeer OnCreateAutomationPeer()Returns
| Type | Description | 
|---|---|
| System.Windows.Automation.Peers.AutomationPeer | Automation peer of CalendarEdit | 
UpdateCellTemplate(ControlTemplate)
Updates data template of the NavigateButton.
Declaration
protected void UpdateCellTemplate(ControlTemplate template)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.Controls.ControlTemplate | template | Data template to be set to the NavigateButton. If it is null the local value of data template would be cleared. |