Share via


AutoCompleteState.FactoryGrid Property

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Property FactoryGrid As FrameworkElementFactory
public FrameworkElementFactory FactoryGrid { get; set; }
public:
property FrameworkElementFactory^ FactoryGrid {
    FrameworkElementFactory^ get ();
    void set (FrameworkElementFactory^ value);
}
member FactoryGrid : FrameworkElementFactory with get, set
function get FactoryGrid () : FrameworkElementFactory 
function set FactoryGrid (value : FrameworkElementFactory)

Property Value

Type: System.Windows.FrameworkElementFactory
Returns FrameworkElementFactory.

.NET Framework Security

See Also

Reference

AutoCompleteState Class

Microsoft.TeamFoundation.Controls.WPF Namespace