Show / Hide Table of Contents

Class ContentDialogArgsBase<TDialogView, TDialogContext>

Defines base arguments for the IContentDialog

Inheritance
System.Object
DialogArgsBase<TDialogView, TDialogContext>
ContentDialogArgsBase<TDialogView, TDialogContext>
ContentDialogArgs
WizardDialogArgs
DialogArgsBase<TDialogView, TDialogContext>.DialogContext
DialogArgsBase<TDialogView, TDialogContext>.DialogView
DialogArgsBase<TDialogView, TDialogContext>.Owner
DialogArgsBase<TDialogView, TDialogContext>.ShowInTaskbar
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public abstract class ContentDialogArgsBase<TDialogView, TDialogContext> : DialogArgsBase<TDialogView, TDialogContext> where TDialogView : FrameworkElement where TDialogContext : IDialogContext
Type Parameters
Name Description
TDialogView

The wpf element that is displayed within the dialog.

TDialogContext

The dialog context type.

Properties

View Source

BaselineHeight

defines the height of the distance between content/error region and button region; max height is 30 px; default is 0 px; HID style: often 10 px

Declaration
public double BaselineHeight { get; set; }
Property Value
Type Description
System.Double
View Source

BottomContent

Gets or sets the content of the bottom.

Declaration
public object BottomContent { get; set; }
Property Value
Type Description
System.Object
View Source

BottomContentRowSpan

Gets or sets the bottom content row span.

Declaration
public int BottomContentRowSpan { get; set; }
Property Value
Type Description
System.Int32
View Source

ToolBarButtonDefinitions

Defines the Buttons in the ToolBar region

Declaration
public IEnumerable<ToolBarButtonDefinition> ToolBarButtonDefinitions { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ToolBarButtonDefinition>

Extension Methods

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