AutoSizeGridViewColumn - класс

Definition

Пространство имён: Tessa.UI.Controls
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public class AutoSizeGridViewColumn : GridViewColumn
Inheritance
Object    DispatcherObject    DependencyObject    GridViewColumn    AutoSizeGridViewColumn

Конструкторы

AutoSizeGridViewColumnИнициализирует новый экземпляр класса AutoSizeGridViewColumn

Свойства

ActualWidthGets the actual width of a GridViewColumn.
(Унаследован от GridViewColumn)
CellTemplateGets or sets the template to use to display the contents of a column cell.
(Унаследован от GridViewColumn)
CellTemplateSelectorGets or sets a DataTemplateSelector that determines the template to use to display cells in a column.
(Унаследован от GridViewColumn)
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance.
(Унаследован от DependencyObject)
DispatcherGets the Dispatcher this DispatcherObject is associated with.
(Унаследован от DispatcherObject)
DisplayMemberBindingGets or sets the data item to bind to for this column.
(Унаследован от GridViewColumn)
HeaderGets or sets the content of the header of a GridViewColumn.
(Унаследован от GridViewColumn)
HeaderContainerStyleGets or sets the style to use for the header of the GridViewColumn.
(Унаследован от GridViewColumn)
HeaderStringFormatGets or sets a composite string that specifies how to format the Header property if it is displayed as a string.
(Унаследован от GridViewColumn)
HeaderTemplateGets or sets the template to use to display the content of the column header.
(Унаследован от GridViewColumn)
HeaderTemplateSelectorGets or sets the DataTemplateSelector that provides logic to select the template to use to display the column header.
(Унаследован от GridViewColumn)
HorizontalAlignment 
IsSealedGets a value that indicates whether this instance is currently sealed (read-only).
(Унаследован от DependencyObject)
MaxWidth 
MinWidth 
TextAlignment 
TextTrimming 
TextWrapping 
WidthGets or sets the width of the column.
(Унаследован от GridViewColumn)

Методы

CheckAccessDetermines whether the calling thread has access to this DispatcherObject.
(Унаследован от DispatcherObject)
ClearValue(DependencyProperty)Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Унаследован от DependencyObject)
ClearValue(DependencyPropertyKey)Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey.
(Унаследован от DependencyObject)
CoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject.
(Унаследован от DependencyObject)
EqualsDetermines whether a provided DependencyObject is equivalent to the current DependencyObject.
(Унаследован от DependencyObject)
GetHashCodeGets a hash code for this DependencyObject.
(Унаследован от DependencyObject)
GetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject.
(Унаследован от DependencyObject)
GetValueReturns the current effective value of a dependency property on this instance of a DependencyObject.
(Унаследован от DependencyObject)
InvalidatePropertyRe-evaluates the effective value for the specified dependency property.
(Унаследован от DependencyObject)
OnHeaderStringFormatChangedOccurs when the HeaderStringFormat property changes.
(Унаследован от GridViewColumn)
OnPropertyChanged(DependencyPropertyChangedEventArgs)Invoked whenever the effective value of any dependency property on this DependencyObject has been updated. The specific dependency property that changed is reported in the event data.
(Унаследован от DependencyObject)
OnPropertyChanged(PropertyChangedEventArgs)Raises the INotifyPropertyChangedPropertyChanged event.
(Унаследован от GridViewColumn)
ReadLocalValueReturns the local value of a dependency property, if it exists.
(Унаследован от DependencyObject)
SetCurrentValueSets the value of a dependency property without changing its value source.
(Унаследован от DependencyObject)
SetValue(DependencyProperty, Object)Sets the local value of a dependency property, specified by its dependency property identifier.
(Унаследован от DependencyObject)
SetValue(DependencyPropertyKey, Object)Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property.
(Унаследован от DependencyObject)
ShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property.
(Унаследован от DependencyObject)
ToStringCreates a string representation of the GridViewColumn.
(Унаследован от GridViewColumn)
VerifyAccessEnforces that the calling thread has access to this DispatcherObject.
(Унаследован от DispatcherObject)

Поля

Методы расширения

ResetColumnWidth Инициирует перерасчет ширины колонки.
(Определяется GridViewColumnCollectionHelper)

См. также