DataListDesigner::AutoFormats Property

 

Gets the DesignerAutoFormatCollection object associated with this designer.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

public:
property DesignerAutoFormatCollection^ AutoFormats {
	virtual DesignerAutoFormatCollection^ get() override;
}

Property Value

Type: System.Web.UI.Design::DesignerAutoFormatCollection^

The DesignerAutoFormatCollection associated with this designer.

.NET Framework
Available since 2.0
Return to top
Show: