FormatConditionCollection.Owner Property
Gets the format condition collection’s owner. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v23.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Xpf.Grid.Native.IFormatConditionCollectionOwner | An object implementing the DevExpress.Xpf.Grid.Native.IFormatConditionCollectionOwner interface. |
Remarks
To learn more, see Conditional Formatting.
See Also