Skip to main content
All docs
V25.2
  • TextCapType Enum

    Lists capitalization types that can be applied to text.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public enum TextCapType

    Members

    Name Description
    None

    Any specific capitalization type is not applied.

    Small

    All characters are converted to small capitals.

    All

    All characters are capitalized.

    Related API Members

    The following properties accept/return TextCapType values:

    See Also