Skip to main content
All docs
V25.1
  • CharListBullet.Character Property

    Returns the character used as the bullet symbol.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.1.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public char Character { get; }

    Property Value

    Type Description
    Char

    The bullet character.

    Remarks

    To specify a bullet character, use the CharListBullet class constructor.

    See Also