Click or drag to resize
GridButtonColumn Class
Inheritance Hierarchy

Namespace: SxcDeskAppLib
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
public class GridButtonColumn : GridViewColumn

The GridButtonColumn type exposes the following members.

Constructors
  NameDescription
Public methodGridButtonColumn
Initializes a new instance of the GridButtonColumn class
Top
Methods
  NameDescription
Private methodaggregateFunctions_CollectionChanged (Inherited from GridViewColumn.)
Private methodaggregateFunctions_ItemChanged (Inherited from GridViewColumn.)
Private methodAttachToOwnerFilterDescriptorsCollectionChanged (Inherited from GridViewColumn.)
Private methodButton_Click
Public methodCanEdit (Inherited from GridViewColumn.)
Public methodCanFilter (Inherited from GridViewColumn.)
Public methodCanGroup (Inherited from GridViewColumn.)
Public methodCanSort (Inherited from GridViewColumn.)
Public methodClearFilters (Inherited from GridViewColumn.)
Public methodCopyPropertiesFrom (Inherited from GridViewColumn.)
Public methodCreateCellEditElement (Inherited from GridViewColumn.)
Public methodCreateCellElement (Overrides GridViewColumn.CreateCellElement(GridViewCell, Object).)
Public methodCreateColumnFilterDescriptor (Inherited from GridViewColumn.)
Public methodCreateField (Inherited from GridViewColumn.)
Public methodCreateFieldFilterEditor (Inherited from GridViewColumn.)
Private methodGetDistinctValuesQuery (Inherited from GridViewColumn.)
Public methodGetFilteringDisplayString (Inherited from GridViewColumn.)
Private methodGetItemPropertyInfoFromDataControl (Inherited from GridViewColumn.)
Protected methodOnAggregateFunctionsCollectionChanged (Inherited from GridViewColumn.)
Protected methodOnAggregateFunctionsItemChanged (Inherited from GridViewColumn.)
Public methodOnCopyingCellClipboardContent (Inherited from GridViewColumn.)
Protected methodOnInitialized (Inherited from GridViewColumn.)
Private methodOnOwnerFilterDescriptorsCollectionChanged (Inherited from GridViewColumn.)
Public methodOnPastingCellClipboardContent (Inherited from GridViewColumn.)
Protected methodOnPropertyChanged(PropertyChangedEventArgs) (Inherited from GridViewColumn.)
Protected methodOnPropertyChanged(String) (Inherited from GridViewColumn.)
Protected methodPrepareCellForEdit (Inherited from GridViewColumn.)
Private methodRaiseSortingStateChangedEvent (Inherited from GridViewColumn.)
Protected methodRefresh (Inherited from GridViewColumn.)
Protected methodRefreshCellElement (Inherited from GridViewColumn.)
Protected methodSortDistinctValues (Inherited from GridViewColumn.)
Protected methodSortDistinctValuesByFilteringDisplay (Inherited from GridViewColumn.)
Private methodUpdateFilteringControlIsActive (Inherited from GridViewColumn.)
Top
Fields
  NameDescription
Private fieldaggregateFunctions (Inherited from GridViewColumn.)
Private fieldcolumnFilterDescriptor (Inherited from GridViewColumn.)
Private fielddataControl (Inherited from GridViewColumn.)
Private fielddefaultFilteringControl (Inherited from GridViewColumn.)
Private fielddiscoveredFilteringType (Inherited from GridViewColumn.)
Private fieldfilteringControl (Inherited from GridViewColumn.)
Private fieldfilterMemberPath (Inherited from GridViewColumn.)
Private fieldgroupHeaderFormatString (Inherited from GridViewColumn.)
Private fieldgroupMemberPath (Inherited from GridViewColumn.)
Private fieldignoreUpdate (Inherited from GridViewColumn.)
Private fieldownerFilterDescriptorsCollectionChangedListener (Inherited from GridViewColumn.)
Private fieldprocessing (Inherited from GridViewColumn.)
Private fieldsortMemberPath (Inherited from GridViewColumn.)
Top
Properties
  NameDescription
Public propertyActualWidth (Inherited from GridViewColumn.)
Public propertyAggregateFunctions (Inherited from GridViewColumn.)
Public propertyBackground (Inherited from GridViewColumn.)
Public propertyCellEditTemplate (Inherited from GridViewColumn.)
Public propertyCellEditTemplateSelector (Inherited from GridViewColumn.)
Public propertyCellStyle (Inherited from GridViewColumn.)
Public propertyCellStyleSelector (Inherited from GridViewColumn.)
Public propertyCellTemplate (Inherited from GridViewColumn.)
Public propertyCellTemplateSelector (Inherited from GridViewColumn.)
Public propertyColumnFilterDescriptor (Inherited from GridViewColumn.)
Public propertyColumnGroupName (Inherited from GridViewColumn.)
Public propertyDataControl (Inherited from GridViewColumn.)
Private propertyDefaultFilteringControl (Inherited from GridViewColumn.)
Public propertyDisplayIndex (Inherited from GridViewColumn.)
Public propertyFilteringControl (Inherited from GridViewColumn.)
Public propertyFilteringControlStyle (Inherited from GridViewColumn.)
Protected propertyFilteringDisplayFunc (Inherited from GridViewColumn.)
Public propertyFilterMemberPath (Inherited from GridViewColumn.)
Public propertyFilterMemberType (Inherited from GridViewColumn.)
Public propertyFooter (Inherited from GridViewColumn.)
Public propertyFooterCellStyle (Inherited from GridViewColumn.)
Public propertyFooterTextAlignment (Inherited from GridViewColumn.)
Public propertyGroupFooterCellStyle (Inherited from GridViewColumn.)
Public propertyGroupFooterCellStyleSelector (Inherited from GridViewColumn.)
Public propertyGroupFooterTemplate (Inherited from GridViewColumn.)
Public propertyGroupFooterTemplateSelector (Inherited from GridViewColumn.)
Public propertyGroupHeaderFormatString (Inherited from GridViewColumn.)
Public propertyGroupHeaderTemplate (Inherited from GridViewColumn.)
Public propertyGroupHeaderTemplateSelector (Inherited from GridViewColumn.)
Public propertyGroupMemberPath (Inherited from GridViewColumn.)
Public propertyHeader (Inherited from GridViewColumn.)
Public propertyHeaderCellStyle (Inherited from GridViewColumn.)
Public propertyHeaderTextAlignment (Inherited from GridViewColumn.)
Public propertyIsAutoGenerated (Inherited from GridViewColumn.)
Public propertyIsCustomSortingEnabled (Inherited from GridViewColumn.)
Public propertyIsFilterable (Inherited from GridViewColumn.)
Public propertyIsFilteringDeferred (Inherited from GridViewColumn.)
Public propertyIsFrozen (Inherited from GridViewColumn.)
Public propertyIsGroupable (Inherited from GridViewColumn.)
Public propertyIsReadOnly (Inherited from GridViewColumn.)
Public propertyIsReorderable (Inherited from GridViewColumn.)
Public propertyIsResizable (Inherited from GridViewColumn.)
Public propertyIsSortable (Inherited from GridViewColumn.)
Public propertyIsVisible (Inherited from GridViewColumn.)
Public propertyItemType (Inherited from GridViewColumn.)
Public propertyMaxWidth (Inherited from GridViewColumn.)
Public propertyMinWidth (Inherited from GridViewColumn.)
Public propertyShowColumnWhenGrouped (Inherited from GridViewColumn.)
Public propertyShowDistinctFilters (Inherited from GridViewColumn.)
Public propertyShowFieldFilters (Inherited from GridViewColumn.)
Public propertyShowFilterButton (Inherited from GridViewColumn.)
Public propertySortingState (Inherited from GridViewColumn.)
Public propertySortMemberPath (Inherited from GridViewColumn.)
Public propertyTabStopMode (Inherited from GridViewColumn.)
Public propertyTextAlignment (Inherited from GridViewColumn.)
Public propertyTextDecorations (Inherited from GridViewColumn.)
Public propertyTextTrimming (Inherited from GridViewColumn.)
Public propertyTextWrapping (Inherited from GridViewColumn.)
Public propertyToolTipTemplate (Inherited from GridViewColumn.)
Public propertyToolTipTemplateSelector (Inherited from GridViewColumn.)
Public propertyUniqueName (Inherited from GridViewColumn.)
Public propertyWidth (Inherited from GridViewColumn.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from GridViewColumn.)
Public eventSortingStateChanged (Inherited from GridViewColumn.)
Top
See Also