VisibleProperty Field
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Column Class : VisibleProperty Field

Identifies the Visible dependency property.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly VisibleProperty As DependencyProperty
C# 
public static readonly DependencyProperty VisibleProperty

Return Value

The identifier for the Visible dependency property. By default, true.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also