Intersoft ClientUI Documentation
UXGridViewExpanderColumn Class Members
See Also  Properties  Methods  Send Feedback
Intersoft.Client.UI.Data Namespace : UXGridViewExpanderColumn Class


The following tables list the members exposed by UXGridViewExpanderColumn.

Public Constructors

 NameDescription
public ConstructorUXGridViewExpanderColumn ConstructorInitializes a new instance of the UXGridViewExpanderColumn class.  
Top

Public Properties

 NameDescription
public PropertyActualWidthGets the current width of the column in pixels. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyBackgroundGets or sets the background brush for all cells belong to this column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyCanUserFilterGets or sets a value that indicates whether the user can filter the data from this column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyCanUserGroupGets or sets a value that indicates whether the user can group this column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyCanUserReorderGets or sets a value that indicates whether the user can change the column display position by dragging the column header. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyCanUserResizeGets or sets a value that indicates whether the user can adjust the column width using the mouse. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyCanUserSortGets or sets a value that indicates whether the user can sort the column by clicking the column header. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyCellHorizontalAlignmentGets or sets the horizontal alignment for all cells belong to this column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyCellStyleGets or sets the style that is used when rendering cells in the column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyCellTemplateGets or sets the template that is used when rendering cells in the column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyCellVerticalAlignmentGets or sets the vertical alignment for all cells belong to this column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyClipboardContentBindingGets or sets the binding that provides access to cell contents for clipboard operations. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyColumnFooterCellStyleGets or sets the style that is used when rendering column footer cells in the column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyColumnFooterCellTemplateGets or sets the template that is used when rendering column footer cells in the column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
public PropertyDisplayIndexGets or sets the display position of the column relative to the other columns in the UXGridView. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyDragIndicatorStyleGets or sets the style that is used to render the column while it is being dragged. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyElementStyleGets or sets the style that is used when rendering the element that the column displays for a cell that is not in editing mode.  
public PropertyHeaderGets or sets the content of the column header. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyHeaderBindingGets or sets the content of the column header binding. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyHeaderStyleGets or sets the style that is used when rendering the column header. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyHeaderTemplateGets or sets the template that is used when rendering the column header. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyIsAutoGeneratedGets a value that indicates whether the column is auto-generated. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyIsFrozenGets a value that indicates whether the column is prevented from scrolling horizontally. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyIsReadOnlyGets or sets a value that indicates whether cells in the column can be edited. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyMaxWidthGets or sets the maximum column width in pixels. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyMinWidthGets or sets the minimum column width in pixels. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyOwningGridGets the owning grid of this column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyRowGroupFooterCellStyleGets or sets the style that is used when rendering row group footer cells in the column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyRowGroupFooterCellTemplateGets or sets the template that is used when rendering row group footer cells in the column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyRowGroupHeaderTemplateGets or sets the template that is used when rendering row group header. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertySortMemberPathGets or sets a property name, or a period-delimited hierarchy of property names, that indicates the member to sort by. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyVisibilityGets or sets the visibility of the column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public PropertyVisibilityConverterGets the visibility converter.  
public PropertyWidthGets or sets the column width or automatic sizing mode. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Top

Public Methods

 NameDescription
public MethodClearValue (Inherited from System.Windows.DependencyObject)
public MethodGetAnimationBaseValue (Inherited from System.Windows.DependencyObject)
public MethodGetCellContentOverloaded. Gets the Content property value for the cell at the intersection of this column and the row that represents the specified data item. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
public MethodGetValue (Inherited from System.Windows.DependencyObject)
public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
public MethodSetValue (Inherited from System.Windows.DependencyObject)
Top

Protected Methods

 NameDescription
protected MethodCancelCellEditWhen overridden in a derived class, causes the column cell being edited to revert to the unedited value. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
protected MethodGenerateEditingElementOverridden. When overridden in a derived class, gets an editing element that is bound to the column's Binding property value.  
protected MethodGenerateElementOverridden. Gets a UXGridViewExpanderButton element used for selection purposes.  
protected MethodGenerateFooterElementWhen overridden in a derived class, gets a footer element of this column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
protected MethodNotifyPropertyChangedCalled by a specific column type when one of its properties changes and its current cells need to be updated. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
protected MethodPrepareCellForEditOverridden. When overridden in a derived class, called when a cell in the column enters editing mode.  
Top

See Also

© 2012 All Rights Reserved.