Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

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