Click or drag to resize
UpdateDialogShowingEventArgsDialogSummaryText Property
Gets or sets the summary text to be displayed in the dialog.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public string DialogSummaryText { get; set; }

Property Value

Type: String
The text to be displayed in the dialog.
Remarks

This property will only be used if DialogSummaryHtml is blank.

By default, this property is set to the HistoricalSummary of CurrentUpdate if CurrentUpdate is not , or NoUpdateDisplayText otherwise.

See Also