Skip to content

PropertyItem.Placeholder property

Gets or sets the placeholder for the editor when it has an empty value. Only useful for forms.

public string? Placeholder { get; set; }

Property Value

The placeholder.

See Also