aspnet-devexpress-dot-web-0b45e190.md
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
public enum NodeBulletStyle
Public Enum NodeBulletStyle
| Name | Description |
|---|---|
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:
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