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

Determines how the calendar in the control will be sized.

Syntax

Visual Basic (Declaration) 
Overrides Public Property AutoSize As Boolean
C# 
public override bool AutoSize {get; set;}

Property Value

Boolean

Remarks

If this property is set to true, the calendar will automatically size to fit the control.  If it is set to false, the calendar size will be based on the FixedSize property.

Requirements

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

See Also