Skip to main content

BootstrapGridViewTagBoxColumn.PropertiesTagBox Property

Gets the column editor’s settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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