Shows or hides the buttons for Increment or Decrement.

Namespace:  C1.WPF.DateTimeEditors
Assembly:  C1.WPF.DateTimeEditors (in C1.WPF.DateTimeEditors.dll)
XMLNS for XAML: http://schemas.componentone.com/wpf/DateTimeEditors

Syntax

C#
public bool ShowButtons { get; set; }
Visual Basic (Declaration)
Public Property ShowButtons As Boolean
	Get
	Set
XAML Attribute Usage
<object ShowButtons="bool" .../>

See Also