Skip to main content
Tab

NodeBulletStyle Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum NodeBulletStyle

Members

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.

Related API Members

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