DiagramStyles.Item Property
In This Article
Gets the style settings that define the appearance of an item.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public DiagramBarItemStyle Item { get; }
#Property Value
Type | Description |
---|---|
Diagram |
An object that contains style settings. |
See Also