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

BootstrapGridViewTagBoxColumn.PropertiesTagBox Property

Gets the column editor’s settings.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapTagBoxProperties PropertiesTagBox { get; }

Property Value

Type Description
BootstrapTagBoxProperties

A BootstrapTagBoxProperties object that contains settings specific to a tag box editor.

Remarks

The PropertiesTagBox property allows you to access and customize the settings of the column’s editor used to display tag editor.

See Also