Back to Devexpress

BarSplitButtonItem.FirstSectorIndex Property

wpf-devexpress-dot-xpf-dot-bars-dot-barsplitbuttonitem-a4ec9288.md

latest1.8 KB
Original Source

BarSplitButtonItem.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 BarSplitButtonItem is used to create a sub-menu 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

BarSubItem.FirstSectorIndex

BarSplitButtonItem Class

BarSplitButtonItem Members

DevExpress.Xpf.Bars Namespace