LevelProperties.BulletStyle Property
Gets or sets a level’s bullet style.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.