Back to Devexpress

PropertyGridControl.GetAvailableColumns() Method

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-2f06dcd1.md

latest1.3 KB
Original Source

PropertyGridControl.GetAvailableColumns() Method

This property supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.Xpf.PropertyGrid

Assembly : DevExpress.Xpf.PropertyGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public ObservableCollection<string> GetAvailableColumns()
vb
Public Function GetAvailableColumns As ObservableCollection(Of String)

Returns

Type
ObservableCollection<String>

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace