Skip to main content
A newer version of this page is available. .

AttributeDisplayValueEditEventArgs.PatternFragment Property

Returns the pattern fragment which will be replaced with the AttributeDisplayValueEditEventArgs.DisplayValue.

Namespace: DevExpress.Map

Assembly: DevExpress.Map.v18.2.Core.dll

Declaration

public string PatternFragment { get; }

Property Value

Type Description
String

A String object representing the fragment pattern.

See Also