DataListDesigner.AllowResize 属性

定义

获取一个值,该值指示 DataList 控件的大小是否可以调整。Gets a value indicating whether the DataList control can be resized.

public:
 virtual property bool AllowResize { bool get(); };
public override bool AllowResize { get; }
member this.AllowResize : bool
Public Overrides ReadOnly Property AllowResize As Boolean

属性值

Boolean

如果数据列表有模板,则为 true;否则为 falsetrue if the data list has templates; otherwise, false.

适用于