Class FieldChoiceOptions
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Available options for SharePoint Choice fields
public class FieldChoiceOptions : FieldChoiceMultiOptions
- Inheritance
-
FieldChoiceOptions
- Inherited Members
Properties
EditFormat
Determines whether to display the choice field as option buttons (also known as “radio buttons”) or as a drop-down list.
public ChoiceFormatType EditFormat { get; set; }