Version

TodayButtonVisibility Property

Returns or sets a boolean that indicates whether the today button should be displayed.
Syntax
'Declaration
 
Public Property TodayButtonVisibility As Visibility
public Visibility TodayButtonVisibility {get; set;}
Remarks

The Today button is used to allow the user to select and bring into view the Infragistics.Controls.Editors.Primitives.CalendarItem that represents the current date. This button uses the CalendarCommandType.Today command to perform the operation.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also