Gets or sets whether the user should be allowed to open the drop-down portion of the control.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public bool IsDropDownEnabled { get; set; }
Visual Basic
Public Property IsDropDownEnabled As Boolean
	Get
	Set

See Also