Skip to main content
All docs
V25.2
  • PlaceholderSettings.HasCustomPrompt Property

    Indicates whether the placeholder has a custom prompt.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool HasCustomPrompt { get; set; }

    Property Value

    Type Description
    Boolean

    true if the placeholder has a custom prompt; otherwise, false.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to HasCustomPrompt
    FilledShape
    .PlaceholderSettings .HasCustomPrompt
    See Also