Spread Windows Forms 12.0 Product Documentation
SelectionRenderMode Property (DateTimeDropDownPicker)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DateTimeDropDownPicker Class : SelectionRenderMode Property
Gets or sets the selection render mode of the drop-down picker.
Syntax
'Declaration
 
Public Overrides Property SelectionRenderMode As SelectionRenderMode
'Usage
 
Dim instance As DateTimeDropDownPicker
Dim value As SelectionRenderMode
 
instance.SelectionRenderMode = value
 
value = instance.SelectionRenderMode
public override SelectionRenderMode SelectionRenderMode {get; set;}

Property Value

A SelectionRenderMode value indicates the selection render mode of the DropDownPicker.
The default is SelectionRenderMode.Border.
See Also

Reference

DateTimeDropDownPicker Class
DateTimeDropDownPicker Members