Skip to main content
All docs
V18.2

BootstrapCheckboxAndRadioBootstrapSpecificSettings.IsCustom Property

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(false)]
public bool IsCustom { get; set; }

Property Value

Type Default
Boolean **false**

Property Paths

You can access this nested property as listed below:

Object Type Path to IsCustom
BootstrapCheckBox
.SettingsBootstrap.IsCustom
BootstrapRadioButton
.SettingsBootstrap.IsCustom
See Also