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

FormatInfo.FormatName Property

Gets or sets the name of the format. This is a dependency property.

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

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

Declaration

public string FormatName { get; set; }

Property Value

Type Description
String

A String value specifying the name of the format.

Remarks

The FormatInfoCollection.Item method allows you to search individual formats in a FormatInfoCollection (e.g., TableView.PredefinedFormats) collection by their names.

See Also