Back to Devexpress

VGridControlBase Class

windowsforms-devexpress-dot-xtraverticalgrid-0831cec7.md

latest3.4 KB
Original Source

VGridControlBase Class

Serves as a base for the VGridControl and PropertyGridControl classes.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[DXLicenseWinForms]
public abstract class VGridControlBase :
    EditorContainer,
    ISupportAsyncScrollAnimation,
    IHyperLinkOwner<VGridHyperlinkClickEventArgs>,
    IXtraSerializable,
    IToolTipControlClient,
    IPrintable,
    IBasePrintable,
    IPrintingTarget,
    IXtraSerializableLayout,
    IXtraSerializableLayoutEx,
    IGestureClient,
    ISupportJsonXtraSerializer,
    ISupportXtraSerializer,
    ISearchControlColumnsClient,
    ISearchControlClient,
    IOptionsLayoutProvider,
    IXtraSerializableLayout2,
    IXtraSupportAllowProperty,
    ISupportDXSkinColors,
    IStringImageProvider,
    IStringSvgImagePerMonitorProvider,
    IStringSvgImageProvider
vb
<DXLicenseWinForms>
Public MustInherit Class VGridControlBase
    Inherits EditorContainer
    Implements ISupportAsyncScrollAnimation,
               IHyperLinkOwner(Of VGridHyperlinkClickEventArgs),
               IXtraSerializable,
               IToolTipControlClient,
               IPrintable,
               IBasePrintable,
               IPrintingTarget,
               IXtraSerializableLayout,
               IXtraSerializableLayoutEx,
               IGestureClient,
               ISupportJsonXtraSerializer,
               ISupportXtraSerializer,
               ISearchControlColumnsClient,
               ISearchControlClient,
               IOptionsLayoutProvider,
               IXtraSerializableLayout2,
               IXtraSupportAllowProperty,
               ISupportDXSkinColors,
               IStringImageProvider,
               IStringSvgImagePerMonitorProvider,
               IStringSvgImageProvider

The following members return VGridControlBase objects:

Implements

IPrintable

Inheritance

Object MarshalByRefObject Component Control EditorContainer VGridControlBase PropertyGridControl

VGridControl

See Also

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace