AppBarElementContainer.DynamicOverflowOrder Property

Definition

Gets or sets the order in which this item is moved to the CommandBar overflow menu.

public:
 property int DynamicOverflowOrder { int get(); void set(int value); };
int DynamicOverflowOrder();

void DynamicOverflowOrder(int value);
public int DynamicOverflowOrder { get; set; }
var int32 = appBarElementContainer.dynamicOverflowOrder;
appBarElementContainer.dynamicOverflowOrder = int32;
Public Property DynamicOverflowOrder As Integer
<AppBarElementContainer DynamicOverflowOrder="int" .../>

Property Value

Int32

int

The order in which this item is moved to the overflow menu relative to other items.

Implements

Applies to