This documentation is archived and is not being maintained.
DataListDesigner.AllowResize Property
.NET Framework 1.1
Gets a value indicating whether the data list can be resized.
[Visual Basic] Overrides Public ReadOnly Property AllowResize As Boolean [C#] public override bool AllowResize {get;} [C++] public: __property bool get_AllowResize(); [JScript] public override function get AllowResize() : Boolean;
Property Value
true if the data list can be resized; otherwise, false.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
DataListDesigner Class | DataListDesigner Members | System.Web.UI.Design.WebControls Namespace
Show: