Back to Devexpress

FormControl.FormControlType Property

officefileapi-devexpress-dot-spreadsheet-dot-formcontrol-dae97053.md

latest1.5 KB
Original Source

FormControl.FormControlType Property

Indicates the form control type.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
FormControlType FormControlType { get; }
vb
ReadOnly Property FormControlType As FormControlType

Property Value

TypeDescription
FormControlType

An enumeration value that indicates the form control type.

|

Available values:

NameDescription
Button

Button form control.

| | CheckBox |

Check box form control

| | ComboBox |

Combo box form control.

| | GroupBox |

Group box form control.

| | Label |

Label form control.

| | ListBox |

List box form control.

| | RadioButton |

Radio button form control.

| | Scrollbar |

Scrollbar form control.

| | Spinner |

Spinner form control.

|

See Also

FormControl Interface

FormControl Members

DevExpress.Spreadsheet Namespace