Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendarInfo Class / CalendarMargins Property


In This Topic
    CalendarMargins Property (DropDownCalendarInfo)
    In This Topic
    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