Version

XamGridFilterDate Class Members

The following tables list the members exposed by XamGridFilterDate.

Public Constructors
 NameDescription
Public ConstructorXamGridFilterDate ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChildrenA List of TrackIsChecked objects. (Inherited from Infragistics.Controls.Grids.TrackIsCheckWithChildren<XamGridFilterDate>)
Public PropertyContentStringGets the string that represets the Date limited by the DateFilterObjectType.  
Public PropertyContentStringMonthGets the text month of the Date.  
Public PropertyDateGets / sets the Date that is represented by this instance of XamGridFilterDate.  
Public PropertyDateFilterObjectTypeGets / sets the DateFilterObjectType which limit what the Date will be filtered on.  
Public PropertyIsCheckedGets / sets if the item is considered checked. (Inherited from Infragistics.Controls.Grids.TrackIsChecked)
Public PropertyIsExpandedGets / sets if this object should be expanded or not.  
Public PropertyNullDateGets if this object represents a null date object.  
Public PropertyParentGets / sets the TrackIsChecked object which is the parent of this object. (Inherited from Infragistics.Controls.Grids.TrackIsChecked)
Public Methods
 NameDescription
Public MethodGetHourByDateGets a XamGridFilterDate based on the inputted System.DateTime if the hour matches.  
Public MethodGetMinuteByDateGets a XamGridFilterDate based on the inputted System.DateTime if the minute matches.  
Public MethodGetSecondByDateGets a XamGridFilterDate based on the inputted System.DateTime if the second matches.  
Protected Methods
 NameDescription
Protected Internal MethodChangeSilentChanges the value of the IsChecked property without executing the secondary operations on parent and children. (Inherited from Infragistics.Controls.Grids.TrackIsChecked)
Protected Internal MethodGetDayByDateGets a XamGridFilterDate based on the inputted System.DateTime if the date matches.  
Protected Internal MethodGetMonthByDateGets a XamGridFilterDate based on the inputted System.DateTime if the month matches.  
Protected Internal MethodInvalidateChildrenChanges the children to the parent's value. (Inherited from Infragistics.Controls.Grids.TrackIsCheckWithChildren<XamGridFilterDate>)
Protected Internal MethodInvalidateIsCheckedOverridden. Designed to be called by child objects so that the parent object can reevaluate it's state.  
Protected MethodOnPropertyChangedInvoked when a property changes on the TrackIsChecked object. (Inherited from Infragistics.Controls.Grids.TrackIsChecked)
Public Events
 NameDescription
Public EventPropertyChangedFired when a property changes on the TrackIsChecked. (Inherited from Infragistics.Controls.Grids.TrackIsChecked)
See Also