[]
Gets or sets a style which is used to render the drop-down control. This is a dependency property.
public Style DropDownControlStyle { get; set; }
Public Property DropDownControlStyle As Style
Type | Description |
---|---|
Style | A Style value used to set drop-down control's properties. |
User can set the drop-down control's visual, layout and behavior through this property.