FormViewDesigner.AutoFormats Property
.NET Framework 3.0
Gets the collection of automatic formatting schemes for display in the Auto Format dialog box.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public: virtual property DesignerAutoFormatCollection^ AutoFormats { DesignerAutoFormatCollection^ get () override; }
/** @property */ public DesignerAutoFormatCollection get_AutoFormats ()
public override function get AutoFormats () : DesignerAutoFormatCollection
Not applicable.
Property Value
A DesignerAutoFormatCollection that contains the predefined schemes for the FormView.Community Additions
ADD
Show: