Skip to main content
A newer version of this page is available. .

DiagramItem.TemplateCondition Property

Gets or sets a condition that is used to choose a template for the diagram item. This is a dependency property.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DefaultValue(null)]
[Browsable(false)]
public virtual string TemplateCondition { get; set; }

Property Value

Type Default Description
String *null*

A String value.

See Also