Skip to main content
A newer version of this page is available. .

FontEdit.SelectedIndex Property

Gets or sets the index of the selected item.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public override int SelectedIndex { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the index of the selected item.

Remarks

The currently selected value can be accessed via the editor’s BaseEdit.EditValue property. It returns the selected font’s name.

See Also