Gets a value indicating whether drop-down editors should be resizable by the user.

Namespace: Dapfor.Net.Filters
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public override bool IsDropDownResizable { get; }
Visual Basic
Public Overrides ReadOnly Property IsDropDownResizable As Boolean
	Get
Visual C++
public:
virtual property bool IsDropDownResizable {
	bool get () override;
}
F#
abstract IsDropDownResizable : bool with get
override IsDropDownResizable : bool with get

Property Value

Type: Boolean

Return Value

Type: Boolean
true if drop-down editors are resizable; otherwise, false.

See Also