Specifies a custom group descriptor for DataRange

Namespace: Ico.Awx.DataGrid
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class DataRangeDescriptor : GroupDescriptor<AlarmData, string, int>
Visual Basic
Public Class DataRangeDescriptor _
	Inherits GroupDescriptor(Of AlarmData, String, Integer)
JScript
public class DataRangeDescriptor extends GroupDescriptor<AlarmData, String, int>

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        InheritanceContextPropagator
          DescriptorBase
            GroupDescriptorBase
              AggregatedGroupDescriptorBase
                GroupDescriptor<(Of <(<'AlarmData, String, Int32>)>)>
                  Ico.Awx.DataGrid..::..DataRangeDescriptor

See Also