Returns true.

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
Always true.

See Also