Class
DropDownListProperties

Configures a drop-down list content control that restricts user selection to predefined items without allowing custom text entry.

Definition

Constructors

DropDownListProperties()

Initializes a new instance of the DropDownListProperties class.

Declaration

cs-api-definition
public DropDownListProperties()

Properties

IsContentLocked

Gets a value that indicates whether the content can be modified.

Declaration

cs-api-definition
protected override bool IsContentLocked { get; }

Property Value

bool

Overrides SdtProperties.IsContentLocked