Skip to content

PropertyItem.Title property

Gets or sets the title, e.g. label of a form field, or caption of a grid column.

public string? Title { get; set; }

Property Value

The title.

See Also