Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DateTimeCellType Class / DropDownControlStyleInfo Property
Example


In This Topic
    DropDownControlStyleInfo Property
    In This Topic
    Gets style information for CalendarDropDownControl instances.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DropDownControlStyleInfo As CalendarDropDownStyleInfo
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value As CalendarDropDownStyleInfo
     
    value = instance.DropDownControlStyleInfo
    public CalendarDropDownStyleInfo DropDownControlStyleInfo {get;}
    Example
    This example sets the calendar backcolor.
    See Also