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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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