Skip to main content
All docs
V26.1
  • PlaceholderSettings.HasCustomPrompt Property

    Indicates whether the placeholder has a custom prompt.

    Namespace: DevExpress.Docs.Presentation

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

    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