Back to Devexpress

BarSubItem.FirstSectorIndex Property

wpf-devexpress-dot-xpf-dot-bars-dot-barsubitem-c0249a47.md

latest1.7 KB
Original Source

BarSubItem.FirstSectorIndex Property

Gets or sets the index of the sector displaying the first sub-menu’s item in a RadialContextMenu. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public int FirstSectorIndex { get; set; }
vb
Public Property FirstSectorIndex As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the index of the sector displaying the first sub-menu’s item in a RadialContextMenu. The default is 0.

|

Remarks

If the current sub-menu is displayed in a RadialContextMenu, you can specify the index of the sector displaying the first sub-menu’s item. See the RadialContextMenu.FirstSectorIndex property for details.

See Also

RadialContextMenu.FirstSectorIndex

BarSplitButtonItem.FirstSectorIndex

BarSubItem Class

BarSubItem Members

DevExpress.Xpf.Bars Namespace