Back to Devexpress

WinExplorerView.OptionsStubGlyphs Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-548912d8.md

latest2.1 KB
Original Source

WinExplorerView.OptionsStubGlyphs Property

Provides access to properties that modify a stub glyph’s appearance.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Options")]
public virtual StubGlyphOptions OptionsStubGlyphs { get; }
vb
<DXCategory("Options")>
Public Overridable ReadOnly Property OptionsStubGlyphs As StubGlyphOptions

Property Value

TypeDescription
StubGlyphOptions

A StubGlyphOptions object that stores properties that modify a stub glyph’s appearance.

|

Remarks

Set the StubGlyphOptions.AllowStubGlyphs property to DefaultBoolean.True to display stub glyphs for view records that have no images. Refer to the Stub Glyphs article to learn more about stub glyph customization options.

See Also

Stub Glyphs

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace