DiagramItem.TemplateCondition Property
In This Article
Gets or sets a condition that is used to choose a template for the diagram item.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[Browsable(false)]
[DefaultValue(null)]
public virtual string TemplateCondition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
String | null | A String value. |
See Also