Returns true
Namespace: Dapfor.Net.FiltersAssembly: 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:
BooleanReturn Value
Type:
BooleanAlways
true.
See Also