Version

ColumnHeaderInitializingEventArgs Class Members

The following tables list the members exposed by ColumnHeaderInitializingEventArgs.

Public Constructors
 NameDescription
Public ConstructorColumnHeaderInitializingEventArgs ConstructorCreates a new instance of the ColumnHeaderInitializingEventArgs class.  
Public Properties
 NameDescription
Public PropertyAppearanceDataReturns or sets an AppearanceData struct which can be used to override the resolves appearance for a particular header.  
Public PropertyDateTimeIntervalReturns the DateTimeInterval instance for which the column header is being displayed.  
Public PropertyDateTimeRangeReturns a DateTimeRange instance which describes the date/time range spanned by the header.  
Public PropertyHeaderElementReturns the ColumnHeaderUIElement instance that is being initialized.  
Public PropertyTextReturns or sets the text that will be displayed on the header.  
See Also