Spread Windows Forms 12.0 Product Documentation
CalendarMargins Property (DropDownCalendarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendarInfo Class : CalendarMargins Property
Gets or sets the margins of the drop-down calendar.
Syntax
'Declaration
 
Public Property CalendarMargins As Padding
'Usage
 
Dim instance As DropDownCalendarInfo
Dim value As Padding
 
instance.CalendarMargins = value
 
value = instance.CalendarMargins
public Padding CalendarMargins {get; set;}
Remarks
This property determines the distance between the calendar display area and the DropDownCalendarInfo border.
See Also

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members