DataListDesigner.AutoFormats 属性
定义
获取与此设计器关联的 DesignerAutoFormatCollection 对象。Gets the DesignerAutoFormatCollection object associated with this designer.
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。The DesignerAutoFormatCollection associated with this designer.