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

LevelProperties.BulletStyle Property

Gets or sets a level’s bullet style.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(NodeBulletStyle.NotSet)]
public NodeBulletStyle BulletStyle { get; set; }

Property Value

Type Default Description
NodeBulletStyle **NotSet**

One of the NodeBulletStyle enumeration values.

Available values:

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.

Remarks

Use the BulletStyle property to specify the bullet style to be applied to the site map nodes belonging to the current hierarchy level. The BulletStyle property is set using one of the NodeBulletStyle enumeration values.

See Also