This class contains a set of properties that defines the style of a row in the DataGrid. The style is applied to the row when the related IFilter is applied as well.

Namespace: Ico.WPF
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class StatusClause : DependencyObject, 
	ICloneable, IRepositoryListItem
Visual Basic
Public Class StatusClause _
	Inherits DependencyObject _
	Implements ICloneable, IRepositoryListItem
JScript
public class StatusClause extends DependencyObject implements ICloneable, IRepositoryListItem

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      Ico.WPF..::..StatusClause

See Also