Skip to main content

TcxPropertyEditor.IsDefaultValue Method

Tests if the edited property value is default value.

Declaration

function IsDefaultValue: Boolean; virtual;

Returns

Type
Boolean

Remarks

Returns True if the edited property value is default value. Some descendants override this method based on the type of the edited property they bound to.

See Also