Version 24.2 (latest)

ProjectColumnSettingsBase Class Properties

For a list of all members of this type, see ProjectColumnSettingsBase members.

Public Properties
 NameDescription
Public PropertyAllowHideReturns or sets a boolean indicating if the column can be hidden through the user interface.  
Public PropertyAllowMoveReturns or sets a boolean indicating if the column can be moved through the user interface.  
Public PropertyAllowResizeReturns or sets a boolean indicating if the column can be resized through the user interface.  
Public PropertyAllowShowReturns or sets a boolean indicating if the column can be shown through the user interface.  
Public PropertyCanFreezeGets a value that indicates whether the object can be made unmodifiable. (Inherited from System.Windows.Freezable)
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyHeaderTemplateReturns or sets the DataTemplate used to define the content of the header of the column.  
Public PropertyHeaderTextHorizontalAlignmentReturns or sets the horizontal alignment for content in the header.  
Public PropertyHeaderTextVerticalAlignmentReturns or sets the vertical alignment for content in the header.  
Public PropertyIsFrozenGets a value that indicates whether the object is currently modifiable. (Inherited from System.Windows.Freezable)
Public PropertyIsReadOnlyReturns or sets a boolean indicating if the column is modifiable.  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyMaxWidthReturns or sets a maximum width the column is allowed to be.  
Public PropertyMinWidthReturns or sets a minimum width the column is allowed to be.  
See Also