Skip to main content

BootstrapCheckBoxPropertiesBuilder Members

Contains settings specific to a checkbox editor.

Methods

Name Description
AllowGrayed(Boolean) Sets a value specifying whether the grayed state is available for a check box.
AllowGrayedByClick(Boolean) Sets a value that specifies whether a check box can be set to a grayed state by a mouse click.
ClientSideEvents(Action<CheckEditClientSideEventsBuilder>) Object that lists the client-side events specific to the CheckBox.
ConvertEmptyStringToNull(Boolean) Sets a value that specifies whether empty string values are converted to a null reference when an inplace editor’s value is retrieved from a data source field.
DisplayFormatString(String) Sets the pattern used to format the editor’s value for display purposes.
DisplayTextChecked(String) Sets the text that represents the checked state of a column editor in browse mode.
DisplayTextGrayed(String) Sets the text that is denoted by the grayed state of a column editor in browse mode.
DisplayTextUnchecked(String) Sets the text that represents the unchecked state of a column editor in browse mode.
EnableClientSideAPI(Boolean) Sets a value that specifies whether the editor can be manipulated on the client side via code.
EncodeHtml(Boolean) Sets a value that specifies whether the editor’s value and element content is rendered as pure HTML, or HTML markers are stripped out.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) Determines whether the specified object instances are considered equal. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
NullDisplayText(String) Sets the text displayed within the editor’s edit region when the editor’s value is null.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
UseDisplayImages(Boolean) Sets a value that specifies whether the editor’s check state is represented by custom images in browse mode.
ValueChecked(Object) Sets the value that represents the editor’s checked state.
ValueGrayed(Object) Sets the value that corresponds to the editor’s grayed state.
ValueType(Type) The data type of the editor’s values.
ValueUnchecked(Object) Sets the value that represents the editor’s unchecked state.
See Also