DropDownList..::..DropdownAutoSize Property

Gets or sets a value indicating whether [dropdown auto size].

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool DropdownAutoSize { get; set; }
Public Property DropdownAutoSize As Boolean
	Get
	Set
public:
property bool^ DropdownAutoSize {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [dropdown auto size]; otherwise, false.