This documentation is archived and is not being maintained.

DataListDesigner.AllowResize Property

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: 

See Also

DataListDesigner Class | DataListDesigner Members | System.Web.UI.Design.WebControls Namespace

Show: