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.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public string PredefinedFormatName { get; set; }

Property Value

Type Description
String

The predefined format name.

Remarks

The DevExpress.UI.Xaml.Grid.PredefinedFormatNames static class stores the predefined format names.

See Also