Skip to main content

FormatConditionBase.PredefinedFormatName Property

Specifies the name of the predefined format to be applied to the cells. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "RaiseChanged")]
public string PredefinedFormatName { get; set; }

Property Value

Type Description
String

The predefined format name.

Remarks

The PredefinedFormatNames static class stores the predefined format names.

See Also