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

TdxMapControlNavigationPanel.YCoordinateDisplayMask Property

Specifies the display format mask for the Y coordinate.

#Declaration

Delphi
property YCoordinateDisplayMask: string read; write;

#Property Value

Type Description
string

The display format mask for the Y coordinate.

#Remarks

The display format mask is a string that combines any custom text with one or more macros. Both XCoordinateDisplayMask and YCoordinateDisplayMask properties support the same macros for mask creation. Refer to the XCoordinateDisplayMask property description to learn about these macros.

See Also