Back to Devexpress

PropertyGridControl.CanExpand(VGridHitTest) Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-propertygridcontrol-dot-canexpand-x28-devexpress-dot-xtraverticalgrid-dot-viewinfo-dot-vgridhittest-x29.md

latest2.0 KB
Original Source

PropertyGridControl.CanExpand(VGridHitTest) Method

Returns whether the specified view element is a row header panel in a category row.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool CanExpand(
    VGridHitTest hitTest
)
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Function CanExpand(
    hitTest As VGridHitTest
) As Boolean

Parameters

NameTypeDescription
hitTestDevExpress.XtraVerticalGrid.ViewInfo.VGridHitTest

A VGridHitTest object that contains information about view elements.

|

Returns

TypeDescription
Boolean

true if the specified view element is a row header panel in a category row; otherwise, false.

|

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.XtraVerticalGrid Namespace