FormView.ModifiedOuterTableStylePropertyName 方法

定义

确定与 FormView 控件关联的表特定 CSS 样式规则是否设置为其默认值。

protected public:
 virtual System::String ^ ModifiedOuterTableStylePropertyName();
protected internal virtual string ModifiedOuterTableStylePropertyName ();
abstract member ModifiedOuterTableStylePropertyName : unit -> string
override this.ModifiedOuterTableStylePropertyName : unit -> string
Protected Friend Overridable Function ModifiedOuterTableStylePropertyName () As String

返回

String

FormView 控件关联的默认 CSS 样式规则。

注解

The table-specific CSS style rules are set to their default values by using the BackImageUrl, CellPadding, CellSpacing, GridLines, HorizontalAlign and Font properties.

适用于