FormViewDesigner.AutoFormats 属性

定义

获取自动格式设置方案的集合,以便在“自动套用格式”对话框中显示。Gets the collection of automatic formatting schemes for display in the Auto Format dialog box.

public:
 virtual property System::Web::UI::Design::DesignerAutoFormatCollection ^ AutoFormats { System::Web::UI::Design::DesignerAutoFormatCollection ^ get(); };
public override System.Web.UI.Design.DesignerAutoFormatCollection AutoFormats { get; }
member this.AutoFormats : System.Web.UI.Design.DesignerAutoFormatCollection
Public Overrides ReadOnly Property AutoFormats As DesignerAutoFormatCollection

属性值

DesignerAutoFormatCollection

一个 DesignerAutoFormatCollection,它包含 FormView 的预定义方案。A DesignerAutoFormatCollection that contains the predefined schemes for the FormView.

注解

DesignerAutoFormatCollection对象是从内部类的 XML 编码成员填充的。The DesignerAutoFormatCollection object is populated from an XML-encoded member of an internal class.

适用于

另请参阅