Show / Hide Table of Contents

Interface IContentDialogTitleInfo

Define interface for supporting an additional title info in a dialog.

Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public interface IContentDialogTitleInfo

Properties

View Source

TitleInfo

Gets or sets additional info for the dialog title.

Declaration
string TitleInfo { get; set; }
Property Value
Type Description
System.String

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX