Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPropertyEditor.GetValue Method

Returns the string representation of the edited property value.

#Declaration

Delphi
function GetValue: string; virtual;

#Returns

Type
string

#Remarks

Implements the Value property. Descendants override this method in that way they convert the value of the edited property into string.

See Also