Share via


PropertyContainer.InlineRowTemplate Property

Gets or sets the InlineRowTemplate for the PropertyContainer.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Property InlineRowTemplate As ControlTemplate
    Get
    Set
public ControlTemplate InlineRowTemplate { get; set; }
public:
property ControlTemplate^ InlineRowTemplate {
    ControlTemplate^ get ();
    void set (ControlTemplate^ value);
}
member InlineRowTemplate : ControlTemplate with get, set
function get InlineRowTemplate () : ControlTemplate
function set InlineRowTemplate (value : ControlTemplate)

Property Value

Type: System.Windows.Controls.ControlTemplate
A ControlTemplate that represents the InlineRowTemplate for the PropertyContainer.

Dependency Property Information

Identifier field

InlineRowTemplateProperty

Metadata properties set to true

None

Remarks

The InlineRowTemplate defines how the PropertyContainer renders itself when ActiveEditMode equals Inline.

.NET Framework Security

See Also

Reference

PropertyContainer Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture

Dependency Properties Overview