Back to Devexpress

NodeBulletStyle Enum

aspnet-devexpress-dot-web-0b45e190.md

latest1.6 KB
Original Source

NodeBulletStyle Enum

Specifies the bullet style for the site map nodes located at a specific nesting level.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum NodeBulletStyle
vb
Public Enum NodeBulletStyle

Members

NameDescription
NotSet

The bullet style is not set explicitly and depends upon the default settings of a site map control or the settings of an applied theme.

| | None |

No bullet style is used.

| | Auto |

Different bullet styles are automatically applied to different hierarchy levels.

| | Disc |

The bullet style is a filled circle shape.

| | Circle |

The bullet style is an empty circle shape.

| | Square |

The bullet style is a filled square shape.

|

The following properties accept/return NodeBulletStyle values:

Remarks

The NodeBulletStyle enumerator contains values specifying the bullet style for the site map nodes of a particular hierarchy level. The values of this enumerator are used to set the LevelProperties.BulletStyle property.

See Also

DevExpress.Web Namespace