FontEdit.SelectedIndex Property
Gets or sets the index of the selected item.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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