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

DiagramStyles.Item Property

Gets the style settings that define the appearance of an item.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public DiagramBarItemStyle Item { get; }

Property Value

Type Description
DiagramBarItemStyle

An object that contains style settings.

See Also