public class AutoSizeGridViewColumn : GridViewColumn
Public Class AutoSizeGridViewColumn
Inherits GridViewColumn
public ref class AutoSizeGridViewColumn : public GridViewColumn
type AutoSizeGridViewColumn =
class
inherit GridViewColumn
end
AutoSizeGridViewColumn | Инициализирует новый экземпляр класса AutoSizeGridViewColumn |
ActualWidth | Gets the actual width of a GridViewColumn. (Унаследован от GridViewColumn) |
CellTemplate | Gets or sets the template to use to display the contents of a column cell. (Унаследован от GridViewColumn) |
CellTemplateSelector | Gets or sets a DataTemplateSelector that determines the template to use to display cells in a column. (Унаследован от GridViewColumn) |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Унаследован от DependencyObject) |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Унаследован от DispatcherObject) |
DisplayMemberBinding | Gets or sets the data item to bind to for this column. (Унаследован от GridViewColumn) |
Header | Gets or sets the content of the header of a GridViewColumn. (Унаследован от GridViewColumn) |
HeaderContainerStyle | Gets or sets the style to use for the header of the GridViewColumn. (Унаследован от GridViewColumn) |
HeaderStringFormat | Gets or sets a composite string that specifies how to format the Header property if it is displayed as a string. (Унаследован от GridViewColumn) |
HeaderTemplate | Gets or sets the template to use to display the content of the column header. (Унаследован от GridViewColumn) |
HeaderTemplateSelector | Gets or sets the DataTemplateSelector that provides logic to select the template to use to display the column header. (Унаследован от GridViewColumn) |
HorizontalAlignment | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Унаследован от DependencyObject) |
MaxWidth | |
MinWidth | |
TextAlignment | |
TextTrimming | |
TextWrapping | |
Width | Gets or sets the width of the column. (Унаследован от GridViewColumn) |
CheckAccess | Determines 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) |
CoerceValue | Coerces 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) |
Equals | Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Унаследован от DependencyObject) |
GetHashCode | Gets a hash code for this DependencyObject. (Унаследован от DependencyObject) |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Унаследован от DependencyObject) |
GetValue | Returns the current effective value of a dependency property on this instance of a DependencyObject. (Унаследован от DependencyObject) |
InvalidateProperty | Re-evaluates the effective value for the specified dependency property. (Унаследован от DependencyObject) |
OnHeaderStringFormatChanged | Occurs 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) |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Унаследован от DependencyObject) |
SetCurrentValue | Sets 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) |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Унаследован от DependencyObject) |
ToString | Creates a string representation of the GridViewColumn. (Унаследован от GridViewColumn) |
VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (Унаследован от DispatcherObject) |
HorizontalAlignmentProperty | |
MaxWidthProperty | |
MinWidthProperty | |
TextAlignmentProperty | |
TextTrimmingProperty | |
TextWrappingProperty |
ResetColumnWidth |
Инициирует перерасчет ширины колонки.
(Определяется GridViewColumnCollectionHelper) |