dbicDate Send comments on this topic.
ButtonBackColorTo Property
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDate Class : ButtonBackColorTo Property

Gets or sets the secondary color to paint the navigation buttons.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ButtonBackColorTo As Color
C# 
public virtual Color ButtonBackColorTo {get; set;}

Property Value

Color

Remarks

This property requires the ButtonFillType to be set to something other than Solid.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also