Skip to main content

FormatConditionBase.Owner Property

Gets the format condition’s owner. This is a bindable property.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public FormatConditionCollection Owner { get; }

Property Value

Type Description
FormatConditionCollection

A FormatConditionCollection that is the format condition’s owner.

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

See Also