BootstrapCardViewTagBoxColumn.PropertiesTagBox Property
Gets the column editor’s settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.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