DetailsView.CreateControlStyle 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 DetailsView 控件的默认表样式对象。
protected:
override System::Web::UI::WebControls::Style ^ CreateControlStyle();
protected override System.Web.UI.WebControls.Style CreateControlStyle ();
override this.CreateControlStyle : unit -> System.Web.UI.WebControls.Style
Protected Overrides Function CreateControlStyle () As Style
返回
一个 Style,包含 DetailsView 控件的默认表样式。
注解
该方法 CreateControlStyle 是由控件调用 DetailsView 的帮助程序方法,用于创建其默认表样式对象。 除了对象的默认样式设置 TableStyle 外,此方法还设置下表中的属性。
properties | 初始值 |
---|---|
GridLines | GridLines.Both |
CellSpacing | 0 |
继承者说明
扩展 DetailsView 类时,可以重写此方法以返回 TableStyle 具有自定义设置的对象。