Share via


DialogInstance.StackIndex Property

Definition

Gets or sets a stack index. Positive values are indexes within the current DC and negative values are indexes in the parent DC.

public int? StackIndex { get; set; }
member this.StackIndex : Nullable<int> with get, set
Public Property StackIndex As Nullable(Of Integer)

Property Value

Positive values are indexes within the current DC and negative values are indexes in the parent DC.

Applies to